| Index: chrome/browser/sync/sync_error_notifier_ash.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash.cc b/chrome/browser/sync/sync_error_notifier_ash.cc
|
| index 6f3306654f2c49d26554e882fb1a7e0e42f1fc0a..d31416a842dc40efae396a62ebee6e9bdeb364bc 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash.cc
|
| @@ -52,7 +52,6 @@ class SyncNotificationDelegate : 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 ~SyncNotificationDelegate();
|
| @@ -103,10 +102,6 @@ std::string SyncNotificationDelegate::id() const {
|
| return id_;
|
| }
|
|
|
| -content::WebContents* SyncNotificationDelegate::GetWebContents() const {
|
| - return NULL;
|
| -}
|
| -
|
| void SyncNotificationDelegate::ShowSyncSetup() {
|
| LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_);
|
| if (login_ui->current_login_ui()) {
|
|
|