Index: chrome/browser/sync/test/live_sync/passwords_helper.h |
diff --git a/chrome/browser/sync/test/live_sync/passwords_helper.h b/chrome/browser/sync/test/live_sync/passwords_helper.h |
index 296d2b9ee21a00bc6ec97888b9815342b5b9499a..783808cf8473565d7f7f9db521e850a57f7cff56 100644 |
--- a/chrome/browser/sync/test/live_sync/passwords_helper.h |
+++ b/chrome/browser/sync/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); |