Index: chrome/browser/guest_view/web_view/web_view_guest.cc |
=================================================================== |
--- chrome/browser/guest_view/web_view/web_view_guest.cc (revision 269778) |
+++ chrome/browser/guest_view/web_view/web_view_guest.cc (working copy) |
@@ -591,8 +591,7 @@ |
DCHECK(geolocation_context); |
geolocation_context->RequestGeolocationPermission( |
- embedder_web_contents()->GetRenderProcessHost()->GetID(), |
- embedder_web_contents()->GetRoutingID(), |
+ embedder_web_contents(), |
// The geolocation permission request here is not initiated |
// through WebGeolocationPermissionRequest. We are only interested |
// in the fact whether the embedder/app has geolocation |