Index: chrome/browser/download/download_request_infobar_delegate.cc |
=================================================================== |
--- chrome/browser/download/download_request_infobar_delegate.cc (revision 72676) |
+++ chrome/browser/download/download_request_infobar_delegate.cc (working copy) |
@@ -37,10 +37,6 @@ |
return l10n_util::GetStringUTF16(IDS_MULTI_DOWNLOAD_WARNING); |
} |
-int DownloadRequestInfoBarDelegate::GetButtons() const { |
- return BUTTON_OK | BUTTON_CANCEL; |
-} |
- |
string16 DownloadRequestInfoBarDelegate::GetButtonLabel( |
InfoBarButton button) const { |
return l10n_util::GetStringUTF16((button == BUTTON_OK) ? |