summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host.cc
diff options
context:
space:
mode:
authordantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 21:35:47 +0000
committerdantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 21:35:47 +0000
commitfb129a38e3f5148fd564a9df0132a4acbbd01ddb (patch)
tree6762c56969b132d3f07ccfa3067891e311dc6935 /chrome/browser/sync/glue/sync_backend_host.cc
parent6c73dd61bc320f9f2df7ade207d3aed1d99c8d81 (diff)
downloadchromium_src-fb129a38e3f5148fd564a9df0132a4acbbd01ddb.zip
chromium_src-fb129a38e3f5148fd564a9df0132a4acbbd01ddb.tar.gz
chromium_src-fb129a38e3f5148fd564a9df0132a4acbbd01ddb.tar.bz2
New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming soon...)
Old flow: - type username/password. wait for Gaia auth and initial sync (with throbber) - success! or error. New flow: - type username/password. wait for Gaia auth. (with throbber) - error, or choose your datatypes. you can choose "keep everything synced", which will sync all present and future datatypes, or you can pick one by one. - wait for initial sync (with throbber) - success! or error, which brings you back to the gaia auth screen. Smaller details: - removed the Customize button from gaia_login.html; further removal of the old native Customize dialog to follow. - added a logging statement to log if you cancel from the Choose Data Types screen. - added a pref to the profile for whether you want to "keep everything synced" or choose one by one. - added a couple more strings. Not final yet, I don't think. BUG=45869 TEST=Exercise all the different paths through the login flow. Review URL: http://codereview.chromium.org/2851012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host.cc')
-rw-r--r--chrome/browser/sync/glue/sync_backend_host.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
index 0c36f3d..02c03d8 100644
--- a/chrome/browser/sync/glue/sync_backend_host.cc
+++ b/chrome/browser/sync/glue/sync_backend_host.cc
@@ -403,10 +403,6 @@ void SyncBackendHost::Core::DoInitialize(const DoInitializeOptions& options) {
options.lsid.c_str(),
options.notification_method);
DCHECK(success) << "Syncapi initialization failed!";
-
- // TODO(dantasse): this call is in a temporary position in order to enable
- // the new sync setup/passphrase UI. http://crbug.com/45869
- DoStartSyncing();
}
void SyncBackendHost::Core::DoAuthenticate(const std::string& username,