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

Unified Diff: chrome/common/chrome_features.cc

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
« chrome/browser/flag_descriptions.cc ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 2af2de4e050750fdcebb43f1f1c9f9b3437fef9d..a3ba4b8a725989f9d1191c65a2303417501424db 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -338,6 +338,10 @@ const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput",
// Enables or disables flash component updates on Chrome OS.
const base::Feature kCrosCompUpdates{"CrosCompUpdates",
base::FEATURE_ENABLED_BY_DEFAULT};
+
+// Enables or disables Chrome OS Component updates on Chrome OS.
+const base::Feature kCrOSComponent{"CrOSComponent",
+ base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(OS_CHROMEOS)
bool PrefServiceEnabled() {
« chrome/browser/flag_descriptions.cc ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698