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

Unified Diff: chrome/browser/password_manager/password_store_x_unittest.cc

Issue 183223003: Add StartSyncFlare to PasswordSyncableService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 6 years, 9 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/password_manager/password_store_x_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_x_unittest.cc b/chrome/browser/password_manager/password_store_x_unittest.cc
index 2858b1356c273d91f49f5529e32a6bd9952ea6ea..1183da9ec4d405c3a2eb2bdca8647c44cc4ba2ed 100644
--- a/chrome/browser/password_manager/password_store_x_unittest.cc
+++ b/chrome/browser/password_manager/password_store_x_unittest.cc
@@ -260,7 +260,7 @@ TEST_P(PasswordStoreXTest, Notifications) {
base::MessageLoopProxy::current(),
login_db_.release(),
GetBackend()));
- store->Init();
+ store->Init(syncer::SyncableService::StartSyncFlare());
PasswordFormData form_data =
{ PasswordForm::SCHEME_HTML,
@@ -365,7 +365,7 @@ TEST_P(PasswordStoreXTest, NativeMigration) {
base::MessageLoopProxy::current(),
login_db_.release(),
GetBackend()));
- store->Init();
+ store->Init(syncer::SyncableService::StartSyncFlare());
MockPasswordStoreConsumer consumer;

Powered by Google App Engine
This is Rietveld 408576698