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

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: Clean up Created 4 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698