Index: content/common/content_switches.h |
diff --git a/content/common/content_switches.h b/content/common/content_switches.h |
index f5b756ca01ee22e886b93510f658ec8bf776a365..d17d2527e32242c17509e491a941dceed294f165 100644 |
--- a/content/common/content_switches.h |
+++ b/content/common/content_switches.h |
@@ -50,7 +50,9 @@ extern const char kEnableDeviceMotion[]; |
extern const char kEnableGPUPlugin[]; |
extern const char kEnableLogging[]; |
extern const char kEnableMonitorProfile[]; |
+#if defined(ENABLE_P2P_APIS) |
brettw
2011/04/20 15:41:33
Please put ifdefed stuff at the bottom.
|
extern const char kEnableP2PApi[]; |
+#endif |
extern const char kEnablePreparsedJsCaching[]; |
extern const char kEnableSandboxLogging[]; |
extern const char kEnableSeccompSandbox[]; |