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..f6d6ecb0cd00a705b59adc7084c7c702bead70b9 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); |
bulach
2014/02/14 11:36:48
nit: &
acleung1
2014/02/21 21:18:01
Done.
|
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); |
}; |