| Index: chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc b/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
|
| index 73de4aca4991a1e07cac9cd7cea081c9fee5cd1a..b500129a82599618e2ded9df69aaa0236810bced 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate_android.cc
|
| @@ -36,6 +36,10 @@ GeolocationInfoBarDelegateAndroid::GeolocationInfoBarDelegateAndroid(
|
|
|
| GeolocationInfoBarDelegateAndroid::~GeolocationInfoBarDelegateAndroid() {}
|
|
|
| +std::string GeolocationInfoBarDelegateAndroid::GetIdentifier() const {
|
| + return "GeolocationInfoBarDelegateAndroid";
|
| +}
|
| +
|
| int GeolocationInfoBarDelegateAndroid::GetIconId() const {
|
| return IDR_ANDROID_INFOBAR_GEOLOCATION;
|
| }
|
|
|