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; |