| 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);
|
|
|
|
|