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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context.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/geolocation/geolocation_permission_context.h
===================================================================
--- chrome/browser/geolocation/geolocation_permission_context.h (revision 42590)
+++ chrome/browser/geolocation/geolocation_permission_context.h (working copy)
@@ -50,7 +50,7 @@
// geolocation.
void NotifyPermissionSet(
int render_process_id, int render_view_id, int bridge_id,
- bool allowed);
+ const GURL& requesting_frame, bool allowed);
// This should only be accessed from the UI thread.
Profile* const profile_;
« no previous file with comments | « chrome/browser/geolocation/geolocation_browsertest.cc ('k') | chrome/browser/geolocation/geolocation_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698