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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 1530403002: Removal of geolocation APIs on insecure origins (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix unit test Created 5 years 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 3ee436a4ee0e544c3febc595fdda5aa90ef42e64..85200877b7b0c741a5a88ec63e79e8e169748484 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -58,6 +58,7 @@ public:
void setAllowDisplayOfInsecureContent(bool) override;
void setAllowFileAccessFromFileURLs(bool) override;
void setAllowCustomScrollbarInMainFrame(bool) override;
+ void setAllowGeolocationOnInsecureOrigins(bool) override;
void setAllowRunningOfInsecureContent(bool) override;
void setAllowScriptsToCloseWindows(bool) override;
void setAllowUniversalAccessFromFileURLs(bool) override;

Powered by Google App Engine
This is Rietveld 408576698