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 270b0cbe7372eb7f4ac5e6529569d9d69bfc3cc5..91539f4943b315d3c8b279c21f2d1a8ff7f3e0c5 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 |