diff options
Diffstat (limited to 'chrome/browser/sync/sync_setup_flow.h')
-rw-r--r-- | chrome/browser/sync/sync_setup_flow.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h index f6c0233..b47c103 100644 --- a/chrome/browser/sync/sync_setup_flow.h +++ b/chrome/browser/sync/sync_setup_flow.h @@ -107,9 +107,12 @@ class SyncSetupFlow : public HtmlDialogUIDelegate { void OnUserConfigured(const SyncConfiguration& configuration); - void OnPassphraseEntry(const std::string& passphrase, - const std::string& mode); + // The 'passphrase' screen is used when the user is prompted to enter + // an existing passphrase. + void OnPassphraseEntry(const std::string& passphrase); + // The 'first passphrase' screen is for users migrating from a build + // without passwords, who are prompted to make a passphrase choice. void OnFirstPassphraseEntry(const std::string& option, const std::string& passphrase); |