| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #include "webkit/plugins/webkit_plugins_export.h" | 9 #include "webkit/plugins/webkit_plugins_export.h" |
| 10 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 WEBKIT_PLUGINS_EXPORT extern const char16 kPaintMessageName[]; | 31 WEBKIT_PLUGINS_EXPORT extern const char16 kPaintMessageName[]; |
| 32 | 32 |
| 33 // The name of the registry key which NPAPI plugins update on installation. | 33 // The name of the registry key which NPAPI plugins update on installation. |
| 34 WEBKIT_PLUGINS_EXPORT extern const char16 kRegistryMozillaPlugins[]; | 34 WEBKIT_PLUGINS_EXPORT extern const char16 kRegistryMozillaPlugins[]; |
| 35 | 35 |
| 36 extern const char16 kMozillaActiveXPlugin[]; | 36 extern const char16 kMozillaActiveXPlugin[]; |
| 37 WEBKIT_PLUGINS_EXPORT extern const char16 kNewWMPPlugin[]; | 37 WEBKIT_PLUGINS_EXPORT extern const char16 kNewWMPPlugin[]; |
| 38 extern const char16 kOldWMPPlugin[]; | 38 extern const char16 kOldWMPPlugin[]; |
| 39 extern const char16 kYahooApplicationStatePlugin[]; | 39 extern const char16 kYahooApplicationStatePlugin[]; |
| 40 extern const char16 kWanWangProtocolHandlerPlugin[]; | 40 extern const char16 kWanWangProtocolHandlerPlugin[]; |
| 41 extern const char16 kBuiltinFlashPlugin[]; | |
| 42 extern const char16 kFlashPlugin[]; | 41 extern const char16 kFlashPlugin[]; |
| 43 extern const char16 kAcrobatReaderPlugin[]; | 42 extern const char16 kAcrobatReaderPlugin[]; |
| 44 extern const char16 kRealPlayerPlugin[]; | 43 extern const char16 kRealPlayerPlugin[]; |
| 45 extern const char16 kSilverlightPlugin[]; | 44 extern const char16 kSilverlightPlugin[]; |
| 46 extern const char16 kJavaPlugin1[]; | 45 extern const char16 kJavaPlugin1[]; |
| 47 extern const char16 kJavaPlugin2[]; | 46 extern const char16 kJavaPlugin2[]; |
| 48 | 47 |
| 49 extern const char kGPUPluginMimeType[]; | 48 extern const char kGPUPluginMimeType[]; |
| 50 | 49 |
| 51 } // namespace npapi | 50 } // namespace npapi |
| 52 } // namespace webkit | 51 } // namespace webkit |
| 53 | 52 |
| 54 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ | 53 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ |
| OLD | NEW |