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

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: Update the utils. 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..3c97112267a911ae1f0c1f8010000553915be274 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -232,6 +232,14 @@ void ContentBrowserClient::RequestMidiSysExPermission(
result_callback.Run(true);
}
+void ContentBrowserClient::UseContentSettingPermission(
+ WebContents* web_contents,
+ const GURL& primary_url,
+ const GURL& secondary_url,
+ const std::string& setting_type) {
+ return;
Bernhard Bauer 2014/07/14 10:50:33 Return is unneccessary.
Daniel Nishi 2014/07/14 17:12:54 Done.
+}
+
void ContentBrowserClient::RequestProtectedMediaIdentifierPermission(
WebContents* web_contents,
const GURL& origin,

Powered by Google App Engine
This is Rietveld 408576698