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

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

Issue 7193031: Move UI specific implementation from ProfileSyncService to SyncSetupFlowHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor ShowSyncSetup Created 9 years, 5 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/sync_setup_flow.h
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
index f6efe747a7a4691fcc3f4d0f772c0975579b2309..d8e6917d49f07e61cf4d18fa80f1373aa36c6772 100644
--- a/chrome/browser/sync/sync_setup_flow.h
+++ b/chrome/browser/sync/sync_setup_flow.h
@@ -72,6 +72,9 @@ class SyncSetupFlow {
// obscured by a browser window.
void Focus();
+ // Show the sync setup tab.
Andrew T Wilson (Slow) 2011/07/11 18:12:51 Nit: "Show the sync setup ui." since it's not nece
James Hawkins 2011/07/11 18:15:38 I do prefer UI instead of tab, but which platform
+ void ShowSyncSetup();
+
void OnUserSubmittedAuth(const std::string& username,
const std::string& password,
const std::string& captcha,

Powered by Google App Engine
This is Rietveld 408576698