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

Unified Diff: chrome/browser/sync/sync_setup_wizard.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_wizard.h
diff --git a/chrome/browser/sync/sync_setup_wizard.h b/chrome/browser/sync/sync_setup_wizard.h
index a9f3579afaae5a03e6f3f4f877cb6c4e9c259727..7cecc7669d5d015fb9962b6155f076fe0ed80207 100644
--- a/chrome/browser/sync/sync_setup_wizard.h
+++ b/chrome/browser/sync/sync_setup_wizard.h
@@ -67,6 +67,9 @@ class SyncSetupWizard {
// not visible.
void Focus();
+ // Show the sync setup tab.
+ void ShowSyncSetup();
+
// Attaches |handler| to the flow contained in |flow_container_|. Returns NULL
// if the flow does not exist or if an existing handler is already attached to
// the flow.

Powered by Google App Engine
This is Rietveld 408576698