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

Unified Diff: chrome/browser/ui/sync/one_click_signin_sync_starter.cc

Issue 11187030: Tell profile sync svc to use all datatypes when the user chooses the default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/one_click_signin_sync_starter.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
index 5d5dcb5a98150fa15fc93116d6068036d12195d4..70666bf616a7fd3ab6bfdad63c9e2df842fb921f 100644
--- a/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
+++ b/chrome/browser/ui/sync/one_click_signin_sync_starter.cc
@@ -69,6 +69,7 @@ void OneClickSigninSyncStarter::SigninSuccess() {
if (start_mode_ == SYNC_WITH_DEFAULT_SETTINGS) {
// Just kick off the sync machine, no need to configure it first.
tim (not reviewing) 2012/10/22 19:38:46 nit - comment needs update next time you're in the
+ profile_sync_service->OnUserChoseDatatypes(true, syncer::ModelTypeSet());
profile_sync_service->SetSyncSetupCompleted();
profile_sync_service->SetSetupInProgress(false);
} else {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698