| 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 a87e84da48fff3cad556d03f9060f1bb473f4873..90dfffb2228dddb9465a12265a4ac6c3d5aa5584 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| @@ -15,7 +15,7 @@ class InfoBarService;
|
| // GeolocationInfoBarDelegateAndroids are created by the
|
| // PermissionQueueController to control the display
|
| // and handling of geolocation permission infobars to the user.
|
| -class GeolocationInfoBarDelegateAndroid : public PermissionInfobarDelegate {
|
| +class GeolocationInfoBarDelegateAndroid : public PermissionInfoBarDelegate {
|
| public:
|
| // Creates a geolocation infobar and delegate and adds the infobar to
|
| // |infobar_service|. Returns the infobar if it was successfully added.
|
| @@ -37,8 +37,6 @@ class GeolocationInfoBarDelegateAndroid : public PermissionInfobarDelegate {
|
| int GetIconId() const override;
|
| int GetMessageResourceId() const override;
|
|
|
| - GURL requesting_frame_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(GeolocationInfoBarDelegateAndroid);
|
| };
|
|
|
|
|