| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 4169a1a8ebe1519e114d03b87e2211081be4daa5..34bec2b4a485103b07b7b97d6fb8d0210a277ba3 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -230,14 +230,6 @@ 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};
|
| -
|
| -// Enable or disable using only the component flash plugin on Chrome OS.
|
| -const base::Feature kComponentFlashOnly{"ComponentFlashOnly",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| } // namespace features
|
|
|