| 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 3365656c4317acb1678b5067600010b6273a3330..d1d27b3c58f145f317940b1d80f5a25c009551c1 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.h
|
| @@ -17,7 +17,8 @@ class GeolocationInfoBarDelegateAndroid : public GeolocationInfoBarDelegate {
|
| const PermissionRequestID& id,
|
| const GURL& requesting_frame_url,
|
| int contents_unique_id,
|
| - const std::string& display_languages);
|
| + const std::string& display_languages,
|
| + const std::string& accept_button_label);
|
|
|
| private:
|
| virtual ~GeolocationInfoBarDelegateAndroid();
|
| @@ -28,6 +29,8 @@ class GeolocationInfoBarDelegateAndroid : public GeolocationInfoBarDelegate {
|
|
|
| scoped_ptr<GoogleLocationSettingsHelper> google_location_settings_helper_;
|
|
|
| + std::string accept_button_label_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(GeolocationInfoBarDelegateAndroid);
|
| };
|
|
|
|
|