Chromium Code Reviews| Index: chrome/common/chrome_features.cc |
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
| index 3745c8530bf51a6d8883c6329bf31ede7976cf18..7983dbe24c483b1a32ff451e9d975ef81edb6b6f 100644 |
| --- a/chrome/common/chrome_features.cc |
| +++ b/chrome/common/chrome_features.cc |
| @@ -53,6 +53,10 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{ |
| "LinuxObsoleteSystemIsEndOfTheLine", base::FEATURE_DISABLED_BY_DEFAULT}; |
| #endif |
| +// Enables YouTube Flash videos to be overriden. |
| +const base::Feature kOverrideYouTubeFlashEmbed{"override-youtube-flash-emed", |
| + base::FEATURE_ENABLED_BY_DEFAULT}; |
|
mlamouri (slow - plz ping)
2016/07/28 19:46:54
style-wise, that doesn't really look like most of
kdsilva
2016/07/29 17:59:06
Acknowledged.
|
| + |
| // Enables or disables the Material Design version of chrome://history. |
| const base::Feature kMaterialDesignHistoryFeature { |
| "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT |