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

Unified Diff: chrome/browser/sync/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: Painful merge after phajdan's last-minute huge bulk file move. 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/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);
« no previous file with comments | « chrome/browser/sync/sync_setup_wizard_unittest.cc ('k') | chrome/browser/sync/test/live_sync/passwords_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698