| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 4fd9c8789c89a93b39600c531cbf2ecc07bef28d..695c0b5d3f52b2bee79c75c242c59eb4d5d6f999 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -16,6 +16,11 @@ const char kAcceleratedCanvas2dMSAASampleCount[] = "canvas-msaa-sample-count";
|
| // override for developers who need the old behavior for testing.
|
| const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files";
|
|
|
| +// Allows frames with an https origin to use WebSockets with an insecure URL
|
| +// (ws://).
|
| +const char kAllowInsecureWebSocketFromHttpsOrigin[] =
|
| + "allow-insecure-websocket-from-https-origin";
|
| +
|
| // Allows loopback interface to be added in network list for peer connection.
|
| const char kAllowLoopbackInPeerConnection[] =
|
| "allow-loopback-in-peer-connection";
|
|
|