Index: webkit/plugins/plugin_switches.cc |
diff --git a/webkit/plugins/plugin_switches.cc b/webkit/plugins/plugin_switches.cc |
index e37d416012f2b3f45e7a317405b02737c7e99e04..be3342c342e33894a00994341d4a02f19d0263c2 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 |