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

Unified Diff: content/common/content_switches.h

Issue 6882021: Wrap the p2p transport API in a compile time flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 8 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: 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[];

Powered by Google App Engine
This is Rietveld 408576698