| 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 6dc898e317e9f03a03534cc80a281aa87ee4fdfd..8e45f9541009c9566122b9143badbe6e651a4ed5 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();
|
|
|