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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 246893014: Add a WebSettings item to turn off mixed content check for WebSocket (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comment Created 6 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: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 2527a5bdcbdbb4af046e9127db450d715eb86024..784c3712401f0ac1aec222bd479ad80454fd301c 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -69,6 +69,7 @@ public:
virtual void setAllowFileAccessFromFileURLs(bool) OVERRIDE;
virtual void setAllowCustomScrollbarInMainFrame(bool) OVERRIDE;
virtual void setAllowRunningOfInsecureContent(bool) OVERRIDE;
+ virtual void setAllowConnectingInsecureWebSocket(bool) OVERRIDE;
virtual void setAllowScriptsToCloseWindows(bool) OVERRIDE;
virtual void setAllowUniversalAccessFromFileURLs(bool) OVERRIDE;
virtual void setAntialiased2dCanvasEnabled(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698