Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4afe3a8cc3260cc7d68b19a7c0724f5c77620e47..169c2a1b43c5df320663d060481e8ac6dcbe8b70 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -37,6 +37,10 @@ const char kAllowOutdatedPlugins[] = "allow-outdated-plugins"; |
// useful for automation testing of the gallery. |
const char kAllowScriptingGallery[] = "allow-scripting-gallery"; |
+// Specifies comma separated list of extension ids to grant access to local |
+// websocket proxy. |
+const char kAllowWebSocketProxy[] = "allow-websocket-proxy"; |
+ |
// This prevents Chrome from requiring authorization to run certain widely |
// installed but less commonly used plug-ins. |
const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; |