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

Unified Diff: chrome/test/live_sync/passwords_helper.h

Issue 7792093: Moved the handling of the initial passphrase into SyncSetupFlow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted unnecessary change to domui code. Created 9 years, 4 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
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);

Powered by Google App Engine
This is Rietveld 408576698