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

Unified Diff: chrome/browser/geolocation/chrome_geolocation_permission_context_android.h

Issue 11269002: Introduce GeolocationPermissionRequestID, a wrapper struct to contain the (render process ID, rende… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/chrome_geolocation_permission_context_android.h
===================================================================
--- chrome/browser/geolocation/chrome_geolocation_permission_context_android.h (revision 163741)
+++ chrome/browser/geolocation/chrome_geolocation_permission_context_android.h (working copy)
@@ -22,9 +22,7 @@
// ChromeGeolocationPermissionContext implementation:
virtual void DecidePermission(
- int render_process_id,
- int render_view_id,
- int bridge_id,
+ const content::GeolocationPermissionRequestID& id,
const GURL& requesting_frame,
const GURL& embedder,
base::Callback<void(bool)> callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698