commit | b0ce74a6f6a64060dbfb8dc0bf6af93f2873dc91 | [log] [tgz] |
---|---|---|
author | Fergus Dall <[email protected]> | Mon Aug 03 06:55:02 2020 |
committer | Commit Bot <[email protected]> | Mon Aug 03 06:55:02 2020 |
tree | a202fadbdbf524c2f9a7bc66512e9c01d5491f9b | |
parent | 71581e034d7d05353930d6402124c765b5357a31 [diff] [blame] |
Introduce feature flag crostini-use-dlc This flag will control whether Chrome sources the termina VM from component updater or DLC. Bug: 953544 Change-Id: I4bc61e61cf56127a50ef215b422acc5958573e63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328569 Commit-Queue: Fergus Dall <[email protected]> Reviewed-by: David Munro <[email protected]> Reviewed-by: Nicholas Verne <[email protected]> Cr-Commit-Position: refs/heads/master@{#794019}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index b8c8c59..f6c6a00 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2050,6 +2050,9 @@ extern const char kCrostiniWebUIUpgraderName[]; extern const char kCrostiniWebUIUpgraderDescription[]; +extern const char kCrostiniUseDlcName[]; +extern const char kCrostiniUseDlcDescription[]; + extern const char kCryptAuthV2DeviceActivityStatusName[]; extern const char kCryptAuthV2DeviceActivityStatusDescription[];