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

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: LOG(INFO)s removed 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,8 +107,7 @@
void OnUserConfigured(const SyncConfiguration& configuration);
- void OnPassphraseEntry(const std::string& passphrase,
- const std::string& mode);
+ void OnPassphraseEntry(const std::string& passphrase);
void OnFirstPassphraseEntry(const std::string& option,
tim (not reviewing) 2011/01/13 21:31:59 Could you add a comment here to distinguish these
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