diff options
Diffstat (limited to 'chrome/browser/sync/sync_setup_flow.h')
-rw-r--r-- | chrome/browser/sync/sync_setup_flow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h index 292d01b..2879146 100644 --- a/chrome/browser/sync/sync_setup_flow.h +++ b/chrome/browser/sync/sync_setup_flow.h @@ -58,6 +58,11 @@ class SyncSetupFlow : public HtmlDialogUIDelegate { ProfileSyncService* service, DictionaryValue* args); + // Fills |args| for the enter passphrase screen. + static void GetArgsForEnterPassphrase( + const ProfileSyncService* service, + DictionaryValue* args); + // Triggers a state machine transition to advance_state. void Advance(SyncSetupWizard::State advance_state); |