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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 356543003: Audit the last usage of Geolocation and Notification permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up. Created 6 years, 5 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index f4a2f387d3f252eddb90a0e8ee5816f537c76fee..311bc89e00e296d9bd21e13e31e2c8375d0c379e 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -232,6 +232,12 @@ void ContentBrowserClient::RequestMidiSysExPermission(
result_callback.Run(true);
}
+void ContentBrowserClient::DidUseGeolocationPermission(
jam 2014/07/14 18:20:53 nit: don't put this in the cc file, instead just h
Daniel Nishi 2014/07/14 22:25:05 Done.
+ WebContents* web_contents,
+ const GURL& primary_url,
+ const GURL& secondary_url) {
+}
+
void ContentBrowserClient::RequestProtectedMediaIdentifierPermission(
WebContents* web_contents,
const GURL& origin,

Powered by Google App Engine
This is Rietveld 408576698