Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: webkit/plugins/plugin_switches.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/plugins/plugin_constants.h ('k') | webkit/plugins/ppapi/callbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/plugins/plugin_constants.h ('k') | webkit/plugins/ppapi/callbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698