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

Unified Diff: chrome/browser/extensions/extension_infobar_delegate.h

Issue 3461019: FBTF: Move virtual methods to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win+chromeos+mac fixes Created 10 years, 3 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/extensions/extension_infobar_delegate.h
diff --git a/chrome/browser/extensions/extension_infobar_delegate.h b/chrome/browser/extensions/extension_infobar_delegate.h
index 54fffeb971f8d3e0cdc9f838460fa17ff76ed7f7..dae7aa998006465177439d6950021e50e546e74c 100644
--- a/chrome/browser/extensions/extension_infobar_delegate.h
+++ b/chrome/browser/extensions/extension_infobar_delegate.h
@@ -41,12 +41,8 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
virtual void InfoBarClosed();
virtual InfoBar* CreateInfoBar();
- virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate() {
- return this;
- }
- virtual Type GetInfoBarType() {
- return PAGE_ACTION_TYPE;
- }
+ virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();
+ virtual Type GetInfoBarType();
// Overridden from NotificationObserver:
virtual void Observe(NotificationType type,

Powered by Google App Engine
This is Rietveld 408576698