| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 34bec2b4a485103b07b7b97d6fb8d0210a277ba3..f651fe94add6ae6d8d7e5d8464ad1624c140c2f8 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -230,6 +230,10 @@ const base::Feature kQuickUnlockPin{"QuickUnlockPin",
|
| // Enables or disables emoji, handwriting and voice input on opt-in IME menu.
|
| const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| +// Enables or disables flash component updates on Chrome OS.
|
| +const base::Feature kCrosCompUpdates{"CrosCompUpdates",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| } // namespace features
|
|
|