| 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 94c3515b33dcf8e771a8a3f1067e339b6a0eee0d..0e5bf05953d03a2ba2f9def4596cc06f0ebd3836 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| @@ -19,10 +19,12 @@ 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,
|
| + Profile* profile,
|
| const PermissionSetCallback& callback);
|
|
|
| private:
|
| GeolocationInfoBarDelegateAndroid(const GURL& requesting_frame,
|
| + Profile* profile,
|
| const PermissionSetCallback& callback);
|
| ~GeolocationInfoBarDelegateAndroid() override;
|
|
|
|
|