Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index c4ad013c954efb75a193e589869a77b686df8135..8bcb3b9e2bd385d16394255cb17119c980a4978c 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2321,6 +2321,11 @@ 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."; |
skau
2017/05/03 21:07:49
Do we want this description to be more verbose?
xiaochu
2017/05/03 23:40:29
Done.
|
+ |
#endif // defined(OS_CHROMEOS) |
#if defined(OS_ANDROID) |