Index: chrome/browser/geolocation/geolocation_confirm_infobar_delegate_factory.h |
=================================================================== |
--- chrome/browser/geolocation/geolocation_confirm_infobar_delegate_factory.h (revision 163741) |
+++ chrome/browser/geolocation/geolocation_confirm_infobar_delegate_factory.h (working copy) |
@@ -11,6 +11,9 @@ |
class GeolocationInfoBarQueueController; |
class GURL; |
class InfoBarTabHelper; |
+namespace content { |
+struct GeolocationPermissionRequestID; |
+} |
class GeolocationConfirmInfoBarDelegateFactory { |
public: |
@@ -19,9 +22,7 @@ |
static GeolocationConfirmInfoBarDelegate* Create( |
InfoBarTabHelper* infobar_helper, |
GeolocationInfoBarQueueController* controller, |
- int render_process_id, |
- int render_view_id, |
- int bridge_id, |
+ const content::GeolocationPermissionRequestID& id, |
const GURL& requesting_frame_url, |
const std::string& display_languages); |