| Index: chrome/test/live_sync/passwords_helper.h
|
| diff --git a/chrome/test/live_sync/passwords_helper.h b/chrome/test/live_sync/passwords_helper.h
|
| index 51edf8edfb180d236fb29217908e17debb24c7a9..dfb6c3bd80bb09fc96a63b4adcac05a9122b2a8b 100644
|
| --- a/chrome/test/live_sync/passwords_helper.h
|
| +++ b/chrome/test/live_sync/passwords_helper.h
|
| @@ -40,9 +40,8 @@ void RemoveLogin(PasswordStore* store, const webkit_glue::PasswordForm& form);
|
| void RemoveLogins(PasswordStore* store);
|
|
|
| // Sets the cryptographer's passphrase for the profile at index |index| to
|
| -// |passphrase|. |is_creation| is true if a new passphrase is being set up
|
| -// and false otherwise.
|
| -void SetPassphrase(int index, const std::string& passphrase, bool is_creation);
|
| +// |passphrase|.
|
| +void SetPassphrase(int index, const std::string& passphrase);
|
|
|
| // Gets the password store of the profile with index |index|.
|
| PasswordStore* GetPasswordStore(int index);
|
|
|