Index: third_party/WebKit/public/web/WebSettings.h |
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h |
index e9114aa5e71d5cff4b58b0d7336b36760dc234dd..efea84d6cd0e6d7a461b6637b58bcc21ac79be15 100644 |
--- a/third_party/WebKit/public/web/WebSettings.h |
+++ b/third_party/WebKit/public/web/WebSettings.h |
@@ -110,6 +110,7 @@ public: |
virtual void setAllowDisplayOfInsecureContent(bool) = 0; |
virtual void setAllowFileAccessFromFileURLs(bool) = 0; |
virtual void setAllowCustomScrollbarInMainFrame(bool) = 0; |
+ virtual void setAllowGeolocationOnInsecureOrigins(bool) = 0; |
// If set to true, allows frames with an https origin to run active |
// contents at an insecure URL. This includes WebSockets. Otherwise, |
// disallows it. The FrameLoaderClient set to the frame may override the |