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

Unified Diff: webkit/plugins/plugin_switches.h

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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
Index: webkit/plugins/plugin_switches.h
diff --git a/webkit/plugins/plugin_switches.h b/webkit/plugins/plugin_switches.h
index cba11ae181574f120910aeaf683f91bfa59b038e..554b17efc102274a6f484dba96d24c56c3c86fd8 100644
--- a/webkit/plugins/plugin_switches.h
+++ b/webkit/plugins/plugin_switches.h
@@ -7,6 +7,14 @@
#include "build/build_config.h"
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
+
+namespace {
+#include "webkit/plugins/plugin_switches.cc"
+}
+
+#else
+
namespace switches {
extern const char kDebugPluginLoading[];
@@ -19,4 +27,5 @@ extern const char kUseOldWMPPlugin[];
} // namespace switches
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
#endif // WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_
« no previous file with comments | « webkit/common/appcache/appcache_interfaces.cc ('k') | webkit/renderer/compositor_bindings/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698