diff options
Diffstat (limited to 'webkit/plugins/plugin_switches.cc')
-rw-r--r-- | webkit/plugins/plugin_switches.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/plugins/plugin_switches.cc b/webkit/plugins/plugin_switches.cc index e37d416..be3342c 100644 --- a/webkit/plugins/plugin_switches.cc +++ b/webkit/plugins/plugin_switches.cc @@ -12,10 +12,4 @@ const char kEnablePepperTesting[] = "enable-pepper-testing"; // Dumps extra logging about plugin loading to the log file. const char kDebugPluginLoading[] = "debug-plugin-loading"; -#if defined(OS_WIN) -// Used by the plugins_test when testing the older WMP plugin to force the new -// plugin to not get loaded. -extern const char kUseOldWMPPlugin[] = "use-old-wmp"; -#endif - } // namespace switches |