Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index c8317f2d2804dd5670dbf934bf91927da1c8d64b..973fef431b3796f66d158adac3209381d061b197 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 |