| Index: chrome/browser/password_manager_delegate_impl.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager_delegate_impl.cc (revision 72676)
|
| +++ chrome/browser/password_manager_delegate_impl.cc (working copy)
|
| @@ -45,7 +45,6 @@
|
| virtual SkBitmap* GetIcon() const;
|
| virtual Type GetInfoBarType() const;
|
| virtual string16 GetMessageText() const;
|
| - virtual int GetButtons() const;
|
| virtual string16 GetButtonLabel(InfoBarButton button) const;
|
| virtual bool Accept();
|
| virtual bool Cancel();
|
| @@ -90,10 +89,6 @@
|
| return l10n_util::GetStringUTF16(IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT);
|
| }
|
|
|
| -int SavePasswordInfoBarDelegate::GetButtons() const {
|
| - return BUTTON_OK | BUTTON_CANCEL;
|
| -}
|
| -
|
| string16 SavePasswordInfoBarDelegate::GetButtonLabel(
|
| InfoBarButton button) const {
|
| return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
|
|
|