Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2499)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2856913005: Add flags for CrOS Component using Feature API (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7c2995210c15df3565d546caf22660119c0a3a97..0989d5f39a7030b0ddfe553eec3230516590ece1 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2332,6 +2332,12 @@ const char kEnableZipArchiverOnFileManagerName[] =
const char kEnableZipArchiverOnFileManagerDescription[] =
"Enable the ability to archive and unpack files on Drive in the Files app";
+const char kCrOSComponentName[] = "Chrome OS Component";
+
+const char kCrOSComponentDescription[] =
+ "Enable the use of Chrome OS Component to download Chrome OS features "
+ "on-demand as components.";
+
#endif // defined(OS_CHROMEOS)
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698