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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2856913005: Add flags for CrOS Component using Feature API (Closed)
Patch Set: Add flags for CrOS Component using Feature API Created 3 years, 8 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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 29860f31d984197edfdc5747c4fe609d521741ff..d3aa8a99edd870d1a5120081a2e95fb927a7f5f3 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1060,6 +1060,12 @@ extern const char kBootAnimation[];
// Description for the flag for wallpaper boot animation (except for OOBE).
extern const char kBootAnimationDescription[];
+// 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.

Powered by Google App Engine
This is Rietveld 408576698