Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2159)

Unified Diff: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h

Issue 6926001: Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virtual one. This is a ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
===================================================================
--- chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h (revision 84141)
+++ chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h (working copy)
@@ -25,7 +25,6 @@
// ConfirmInfoBarDelegate:
virtual bool ShouldExpire(const NavigationController::LoadCommittedDetails&
details) const OVERRIDE;
- virtual void InfoBarClosed() OVERRIDE;
virtual Type GetInfoBarType() const OVERRIDE;
virtual string16 GetMessageText() const OVERRIDE;
virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698