Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index ddaa9e53c0f13b8e3769381f756eb544130ec812..8539b4118c2c69232ff8d9923b55a4c12e6b6f7e 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -61,6 +61,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}; |
+ |
// Enables or disables the Material Design version of chrome://history. |
const base::Feature kMaterialDesignHistoryFeature { |
"MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT |