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

Unified Diff: chrome/browser/renderer_host/render_view_host_delegate.h

Issue 1320005: Adds GeolocationContentSettings on TabContents. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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: chrome/browser/renderer_host/render_view_host_delegate.h
===================================================================
--- chrome/browser/renderer_host/render_view_host_delegate.h (revision 42590)
+++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -295,6 +295,11 @@
// Called when content in the current page was blocked due to the user's
// content settings.
virtual void OnContentBlocked(ContentSettingsType type) = 0;
+
+ // Called when geolocation permission was set in a frame on the current
+ // page.
+ virtual void OnGeolocationPermissionSet(const GURL& requesting_frame,
+ bool allowed) = 0;
};
// Save ----------------------------------------------------------------------
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context.cc ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698