| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index a99c260c99a779975918c5e99aa882eb7b5b6bdb..dd264b4a06b8c40a88cf306687acaad7f568e120 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -282,9 +282,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
|
|
| SyncSetupWizard& get_wizard() { return wizard_; }
|
|
|
| - // Shows the login screen of the Sync setup wizard.
|
| - virtual void ShowLoginDialog();
|
| -
|
| // This method handles clicks on "sync error" UI, showing the appropriate
|
| // dialog for the error condition (relogin / enter passphrase).
|
| virtual void ShowErrorUI();
|
|
|