| 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 9259522e70db182efa19d78ae16c34f9756f6663..252512323161f1787e564572f46f58a75ecda802 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -458,6 +458,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);
|
|
|