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

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: Rebase on ToT Created 4 years, 11 months 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 9c6f1617e2fec0d55729bf5e41a6a1d4d690e83b..1f6aca83a642e29d9b1819f75491d0e7b70f7d24 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;
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/Geolocation.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698