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

Unified Diff: content/public/common/content_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
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index e49422626a06aa2e9a63dc7c4a5251ada0fb8638..ff3256c4c90d08111f4c69685d1d58953763234c 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -10,6 +10,14 @@
#include "build/build_config.h"
#include "content/common/content_export.h"
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
+
+namespace {
+#include "content/public/common/content_switches.cc"
+}
+
+#else
+
namespace switches {
CONTENT_EXPORT extern const char kAllowFileAccessFromFiles[];
@@ -283,4 +291,5 @@ CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
} // namespace switches
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
#endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | google_apis/gaia/gaia_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698