| Index: chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.h b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| index 94a0efbad7f7971752e979afd6b38d6fc5bd1102..52f96ea6ce3dc633bdb9180773daea2854aa2617 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -25,14 +25,16 @@ class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| PermissionQueueController* controller,
|
| const PermissionRequestID& id,
|
| const GURL& requesting_frame,
|
| - const std::string& display_languages);
|
| + const std::string& display_languages,
|
| + const std::string& accept_button_label);
|
|
|
| protected:
|
| GeolocationInfoBarDelegate(PermissionQueueController* controller,
|
| const PermissionRequestID& id,
|
| const GURL& requesting_frame,
|
| int contents_unique_id,
|
| - const std::string& display_languages);
|
| + const std::string& display_languages,
|
| + const std::string& accept_button_label);
|
| virtual ~GeolocationInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate:
|
|
|