| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 6e95923ef48dc452d3c281a6445d25d3310712ad..5be7c94ec3e67fea931f2dfaa3c35c29c6806a6f 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -120,12 +120,6 @@ public:
|
| // disallows it. The FrameLoaderClient set to the frame may override the
|
| // value set by this method.
|
| virtual void setAllowRunningOfInsecureContent(bool) = 0;
|
| - // If set to true, allows frames with an https origin to connect WebSockets
|
| - // with an insecure URL (ws://). Otherwise, disallows it. Only when this is
|
| - // set to true, this value overrides the value set by
|
| - // setAllowRunningOfInsecureContent() for WebSockets. The FrameLoaderClient
|
| - // set to the frame may override the value set by this method.
|
| - virtual void setAllowConnectingInsecureWebSocket(bool) = 0;
|
| virtual void setAllowScriptsToCloseWindows(bool) = 0;
|
| virtual void setAllowUniversalAccessFromFileURLs(bool) = 0;
|
| virtual void setAntialiased2dCanvasEnabled(bool) = 0;
|
|
|