| Index: chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
| index bb3f38704c93dbf02711519affc70c72faad2f4a..a4449eb8082e80071c8f20341e51c1b058decab1 100644
|
| --- a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
| @@ -29,6 +29,10 @@ GoogleApiKeysInfoBarDelegate::GoogleApiKeysInfoBarDelegate()
|
| GoogleApiKeysInfoBarDelegate::~GoogleApiKeysInfoBarDelegate() {
|
| }
|
|
|
| +std::string GoogleApiKeysInfoBarDelegate::GetIdentifier() const {
|
| + return "GoogleApiKeysInfoBarDelegate";
|
| +}
|
| +
|
| base::string16 GoogleApiKeysInfoBarDelegate::GetMessageText() const {
|
| return l10n_util::GetStringUTF16(IDS_MISSING_GOOGLE_API_KEYS);
|
| }
|
|
|