Chromium Code Reviews| Index: webkit/plugins/plugin_constants.h |
| diff --git a/webkit/plugins/plugin_constants.h b/webkit/plugins/plugin_constants.h |
| index b53c22a01cb51790eaad7fbb78f67178fcb91d0e..f9f6667bea47e460457b03431fb268d2c3aec5af 100644 |
| --- a/webkit/plugins/plugin_constants.h |
| +++ b/webkit/plugins/plugin_constants.h |
| @@ -7,6 +7,10 @@ |
| #include "webkit/plugins/webkit_plugins_export.h" |
| +WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginName[]; |
|
jam
2012/03/13 17:14:24
why are these in webkit/plugins/plugin_constants.h
|
| +WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginMimeType[]; |
| +WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginPath[]; |
| +WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginDescription[]; |
| WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginName[]; |
| WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginSwfMimeType[]; |
| WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginSwfExtension[]; |