Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
index 6df9dadb3be256efe87e5379fa705f0c8ad9aaa8..98a855a6c1942eaf3326e25f58e91af90bdc52d8 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -459,6 +459,11 @@ void WebSettingsImpl::setAllowFileAccessFromFileURLs(bool allow) |
m_settings->setAllowFileAccessFromFileURLs(allow); |
} |
+void WebSettingsImpl::setAllowGeolocationOnInsecureOrigins(bool allow) |
+{ |
+ m_settings->setAllowGeolocationOnInsecureOrigins(allow); |
+} |
+ |
void WebSettingsImpl::setThreadedScrollingEnabled(bool enabled) |
{ |
m_settings->setThreadedScrollingEnabled(enabled); |