Index: content/common/content_switches.cc |
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc |
index b6e64e6c143040bca3ed1e4e6b11e383c83217ac..3c7a6c8f5910f8706b2807e3b17daf62f91be182 100644 |
--- a/content/common/content_switches.cc |
+++ b/content/common/content_switches.cc |
@@ -142,8 +142,10 @@ const char kEnableLogging[] = "enable-logging"; |
// assumed to be sRGB. |
const char kEnableMonitorProfile[] = "enable-monitor-profile"; |
+#if defined(ENABLE_P2P_APIS) |
brettw
2011/04/20 15:41:33
Please put ifdefed stuff at the bottom of the file
|
// Enable Pepper and JavaScript P2P API. |
const char kEnableP2PApi[] = "enable-p2papi"; |
+#endif |
// Enable caching of pre-parsed JS script data. See http://crbug.com/32407. |
const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching"; |