| Index: webkit/plugins/plugin_switches.h
|
| diff --git a/webkit/plugins/plugin_switches.h b/webkit/plugins/plugin_switches.h
|
| index 7093edb3ab9b7bee63d9a6b4c1789f9abb74b803..620459863e35334977713fa0f97900ad284d491b 100644
|
| --- a/webkit/plugins/plugin_switches.h
|
| +++ b/webkit/plugins/plugin_switches.h
|
| @@ -6,15 +6,16 @@
|
| #define WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| namespace switches {
|
|
|
| -extern const char kDebugPluginLoading[];
|
| -extern const char kDisablePepper3dForUntrustedUse[];
|
| -extern const char kEnablePepperTesting[];
|
| +WEBKIT_PLUGINS_EXPORT extern const char kDebugPluginLoading[];
|
| +WEBKIT_PLUGINS_EXPORT extern const char kDisablePepper3dForUntrustedUse[];
|
| +WEBKIT_PLUGINS_EXPORT extern const char kEnablePepperTesting[];
|
|
|
| #if defined(OS_WIN)
|
| -extern const char kUseOldWMPPlugin[];
|
| +WEBKIT_PLUGINS_EXPORT extern const char kUseOldWMPPlugin[];
|
| #endif
|
|
|
| } // namespace switches
|
|
|