diff options
Diffstat (limited to 'webkit/plugins/plugin_switches.cc')
-rw-r--r-- | webkit/plugins/plugin_switches.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/plugins/plugin_switches.cc b/webkit/plugins/plugin_switches.cc index be3342c..e37d416 100644 --- a/webkit/plugins/plugin_switches.cc +++ b/webkit/plugins/plugin_switches.cc @@ -12,4 +12,10 @@ 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 |