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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 5196cf6f37b8ffabd40b8bf2fbe9be0ce4949118..2aaa9e771c937db00867866a77fc34cc17c66fbe 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1066,6 +1066,12 @@ extern const char kTetherName[];
// Description for the flag for enabling Instant Tethering.
extern const char kTetherDescription[];
+// Name for the flag for CrOS Component.
+extern const char kCrOSComponentName[];
+
+// Description for the flag for CrOS Component.
+extern const char kCrOSComponentDescription[];
+
#endif // defined(OS_CHROMEOS)
// Name of the flag for accelerated video decode where available.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698