Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index db7acfb70f1ef67c46492434550527f704fb1ed0..dfdf5c3ec9738afbe0d9f7b0781d46cd154ca28c 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -340,6 +340,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() { |