Index: chrome/browser/signin/signin_error_notifier_ash.cc |
diff --git a/chrome/browser/signin/signin_error_notifier_ash.cc b/chrome/browser/signin/signin_error_notifier_ash.cc |
index b48dd85bdb8ab2509a7d8c6cda656f1d2b2fff93..b7a76a2616e99721ee7117a1b5f1dcf58c05284b 100644 |
--- a/chrome/browser/signin/signin_error_notifier_ash.cc |
+++ b/chrome/browser/signin/signin_error_notifier_ash.cc |
@@ -57,7 +57,6 @@ class SigninNotificationDelegate : public NotificationDelegate { |
virtual void Click() OVERRIDE; |
virtual void ButtonClick(int button_index) OVERRIDE; |
virtual std::string id() const OVERRIDE; |
- virtual content::WebContents* GetWebContents() const OVERRIDE; |
protected: |
virtual ~SigninNotificationDelegate(); |
@@ -108,10 +107,6 @@ std::string SigninNotificationDelegate::id() const { |
return id_; |
} |
-content::WebContents* SigninNotificationDelegate::GetWebContents() const { |
- return NULL; |
-} |
- |
void SigninNotificationDelegate::FixSignIn() { |
#if defined(OS_CHROMEOS) |
chrome::AttemptUserExit(); |