Index: content/common/plugin_constants_win.cc |
diff --git a/content/common/plugin_constants_win.cc b/content/common/plugin_constants_win.cc |
deleted file mode 100644 |
index 5f2a5cbf6f1f0e25dbef5bc22c9360f24c9d5a68..0000000000000000000000000000000000000000 |
--- a/content/common/plugin_constants_win.cc |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "content/common/plugin_constants_win.h" |
- |
-namespace content { |
- |
-const base::char16 kRegistryMozillaPlugins[] = L"SOFTWARE\\MozillaPlugins"; |
-const base::char16 kMozillaActiveXPlugin[] = L"npmozax.dll"; |
-const base::char16 kNewWMPPlugin[] = L"np-mswmp.dll"; |
-const base::char16 kOldWMPPlugin[] = L"npdsplay.dll"; |
-const base::char16 kYahooApplicationStatePlugin[] = L"npystate.dll"; |
-const base::char16 kWanWangProtocolHandlerPlugin[] = L"npww.dll"; |
-const base::char16 kJavaPlugin1[] = L"npjp2.dll"; |
-const base::char16 kJavaPlugin2[] = L"npdeploytk.dll"; |
- |
-} // namespace content |