| OLD | NEW |
| 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ | 5 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ |
| 6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ | 6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ |
| 7 | 7 |
| 8 #include "base/string16.h" | 8 #include "base/string16.h" |
| 9 | 9 |
| 10 namespace webkit { | 10 namespace webkit { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 extern const char16 kPaintMessageName[]; | 23 extern const char16 kPaintMessageName[]; |
| 24 | 24 |
| 25 // The name of the registry key which NPAPI plugins update on installation. | 25 // The name of the registry key which NPAPI plugins update on installation. |
| 26 extern const char16 kRegistryMozillaPlugins[]; | 26 extern const char16 kRegistryMozillaPlugins[]; |
| 27 | 27 |
| 28 extern const char16 kMozillaActiveXPlugin[]; | 28 extern const char16 kMozillaActiveXPlugin[]; |
| 29 extern const char16 kNewWMPPlugin[]; | 29 extern const char16 kNewWMPPlugin[]; |
| 30 extern const char16 kOldWMPPlugin[]; | 30 extern const char16 kOldWMPPlugin[]; |
| 31 extern const char16 kYahooApplicationStatePlugin[]; | 31 extern const char16 kYahooApplicationStatePlugin[]; |
| 32 extern const char16 kWanWangProtocolHandlerPlugin[]; | 32 extern const char16 kWanWangProtocolHandlerPlugin[]; |
| 33 extern const char16 kBuiltinFlashPlugin[]; |
| 33 extern const char16 kFlashPlugin[]; | 34 extern const char16 kFlashPlugin[]; |
| 34 extern const char16 kAcrobatReaderPlugin[]; | 35 extern const char16 kAcrobatReaderPlugin[]; |
| 35 extern const char16 kRealPlayerPlugin[]; | 36 extern const char16 kRealPlayerPlugin[]; |
| 36 extern const char16 kSilverlightPlugin[]; | 37 extern const char16 kSilverlightPlugin[]; |
| 37 extern const char16 kJavaPlugin1[]; | 38 extern const char16 kJavaPlugin1[]; |
| 38 extern const char16 kJavaPlugin2[]; | 39 extern const char16 kJavaPlugin2[]; |
| 39 | 40 |
| 40 extern const char kGPUPluginMimeType[]; | 41 extern const char kGPUPluginMimeType[]; |
| 41 | 42 |
| 42 } // namespace npapi | 43 } // namespace npapi |
| 43 } // namespace webkit | 44 } // namespace webkit |
| 44 | 45 |
| 45 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ | 46 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ |
| OLD | NEW |