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

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

Issue 6309002: Further tweaks to the passphrase UI to deal with passphrase entry.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/browser/sync/resources/passphrase.html ('k') | 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
===================================================================
--- chrome/browser/sync/sync_setup_flow.h (revision 71271)
+++ chrome/browser/sync/sync_setup_flow.h (working copy)
@@ -107,9 +107,12 @@
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);
« no previous file with comments | « chrome/browser/sync/resources/passphrase.html ('k') | chrome/browser/sync/sync_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698