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

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

Issue 7193031: Move UI specific implementation from ProfileSyncService to SyncSetupFlowHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | chrome/browser/sync/sync_setup_flow.h » ('j') | chrome/browser/sync/sync_setup_flow.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index 94c84596ad193099a654125f19bd21e9e939cdaf..7eeebc965f387201c1cbe3f32ab87e48a0bf08ed 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -857,8 +857,7 @@ void ProfileSyncService::PromptForExistingPassphrase() {
void ProfileSyncService::ShowSyncSetup(SyncSetupWizard::State state) {
Andrew T Wilson (Slow) 2011/07/07 17:44:23 So, I'm wondering if we should just completely get
tim (not reviewing) 2011/07/07 17:49:47 hm. wizard_.Step is supposed to do exactly that; a
wizard_.Step(state);
- BrowserList::GetLastActiveWithProfile(profile())->ShowOptionsTab(
- chrome::kSyncSetupSubPage);
+ wizard_.ShowSyncSetup();
}
SyncBackendHost::StatusSummary ProfileSyncService::QuerySyncStatusSummary() {
« no previous file with comments | « no previous file | chrome/browser/sync/sync_setup_flow.h » ('j') | chrome/browser/sync/sync_setup_flow.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698