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..6382802019abf9f420f98ec7fa1c88fcef3f2552 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 Flash videos to be overriden |
| +const base::Feature kOverrideFlashEmbed{"override-flash-emed", |
| + base::FEATURE_ENABLED_BY_DEFAULT}; |
|
mlamouri (slow - plz ping)
2016/07/28 13:05:12
style: you should align the " of line 57 with the
kdsilva
2016/07/28 15:17:16
Done.
|
| + |
| // Enables or disables the Material Design version of chrome://history. |
| const base::Feature kMaterialDesignHistoryFeature { |
| "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT |