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

Unified Diff: chrome/browser/about_flags.cc

Issue 11052019: <browser> Make new implementation the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browsertests for browser plugin. Created 8 years, 2 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d24ab6a5980d000bdef7c00abe6c68d95b8dc0fb..f9ef8eebdbd113c5b8db279df6a78b17430bee86 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -907,6 +907,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableRequestTabletSite)
},
#endif
+ {
+ "enable-browser-plugin-old-implementation",
Mihai Parparita -not on Chrome 2012/10/03 22:44:00 This seems pretty obscure, so showing it in chrome
lazyboy 2012/10/03 23:26:57 Removed from chrome://flags. We don't expect this
+ IDS_FLAGS_BROWSER_PLUGIN_USE_OLD_IMPLEMENTATION_NAME,
+ IDS_FLAGS_BROWSER_PLUGIN_USE_OLD_IMPLEMENTATION_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableBrowserPluginOldImplementation)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698