Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4528)

Unified Diff: chrome/common/chrome_features.cc

Issue 2154233003: Rewrite YouTube Flash embeds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_features.h ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index e6e4089e6e26b1317f2962ed511016cb4aa60488..f2fad3a2c4031874825e4738c8bc27a5288a425c 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -72,6 +72,9 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{
const base::Feature kMaterialDesignExtensions{
"MaterialDesignExtensions", 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 kMaterialDesignHistory{
« no previous file with comments | « chrome/common/chrome_features.h ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698