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

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: 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
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.
+ void ShowSyncSetup();
Andrew T Wilson (Slow) 2011/07/07 17:44:23 See previous comment about passing the new state i
+
void OnUserSubmittedAuth(const std::string& username,
const std::string& password,
const std::string& captcha,

Powered by Google App Engine
This is Rietveld 408576698