Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 7d1b4ebf74bfd93353e71a3098afe30e7e7322c0..b5baa420d7d208bc26fc3546dd9bdf96701a61ae 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -84,6 +84,8 @@ CONTENT_EXPORT extern const char kDisableWebAudio[]; |
#endif |
extern const char kDisableWebSecurity[]; |
extern const char kDisableWebSockets[]; |
+extern const char kEnableExperimentalWebSocket[]; |
+ |
extern const char kDisableXSSAuditor[]; |
CONTENT_EXPORT extern const char kDomAutomationController[]; |
CONTENT_EXPORT extern const char kReduceSecurityForDomAutomationTests[]; |