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

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

Issue 7465098: Sync UI: Fix issue when clicking sync error link twice. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Show the dialog when clicking the link 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
« no previous file with comments | « no previous file | chrome/browser/sync/sync_setup_flow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0986fbac027c0da7faac829531c619eb64eee96b..baf732fd87698dc3c56bbcc70fabc9146692018b 100644
--- a/chrome/browser/sync/sync_setup_flow.h
+++ b/chrome/browser/sync/sync_setup_flow.h
@@ -65,6 +65,9 @@ class SyncSetupFlow {
// if a handler has already been attached.
bool AttachSyncSetupHandler(SyncSetupFlowHandler* handler);
+ // Returns true if a handler is attached to this flow.
+ bool IsAttached() const;
+
// Triggers a state machine transition to advance_state.
void Advance(SyncSetupWizard::State advance_state);
« no previous file with comments | « no previous file | chrome/browser/sync/sync_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698