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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 9456031: Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/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();

Powered by Google App Engine
This is Rietveld 408576698