| 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 6dc4b45e62f14da95e0129a29be9fc36c6c1be9c..e3c070bd40f5780f45cd89415f03c7d060c6dbc1 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -39,6 +39,9 @@ class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| // ConfirmInfoBarDelegate:
|
| virtual bool Accept() OVERRIDE;
|
|
|
| + // Make infobar visible to the user.
|
| + virtual void Show(InfoBarService* infobar_service);
|
| +
|
| // Call back to the controller, to inform of the user's decision.
|
| void SetPermission(bool update_content_setting, bool allowed);
|
|
|
|
|