Chromium Code Reviews| 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); |