Index: chrome/browser/geolocation/geolocation_infobar_delegate_android.h |
diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h |
index 0e5bf05953d03a2ba2f9def4596cc06f0ebd3836..55f40a9004c977ae2028f92c1582b2c43a4de94d 100644 |
--- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h |
+++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h |
@@ -19,11 +19,13 @@ class GeolocationInfoBarDelegateAndroid : public PermissionInfobarDelegate { |
// |infobar_service|. Returns the infobar if it was successfully added. |
static infobars::InfoBar* Create(InfoBarService* infobar_service, |
const GURL& requesting_frame, |
+ bool user_gesture, |
Profile* profile, |
const PermissionSetCallback& callback); |
private: |
GeolocationInfoBarDelegateAndroid(const GURL& requesting_frame, |
+ bool user_gesture, |
Profile* profile, |
const PermissionSetCallback& callback); |
~GeolocationInfoBarDelegateAndroid() override; |