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

Unified Diff: components/password_manager/core/browser/password_store_default_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: components/password_manager/core/browser/password_store_default_unittest.cc
diff --git a/components/password_manager/core/browser/password_store_default_unittest.cc b/components/password_manager/core/browser/password_store_default_unittest.cc
index 98ce8cd92f301894e64ccfbaa3c9023852d70715..afd53372bfd710583150f194f16931366f12c2ab 100644
--- a/components/password_manager/core/browser/password_store_default_unittest.cc
+++ b/components/password_manager/core/browser/password_store_default_unittest.cc
@@ -71,7 +71,7 @@ TEST_F(PasswordStoreDefaultTest, NonASCIIData) {
base::MessageLoopProxy::current(),
base::MessageLoopProxy::current(),
login_db_.release()));
- store->Init();
+ store->Init(syncer::SyncableService::StartSyncFlare());
// Some non-ASCII password form data.
static const PasswordFormData form_data[] = {
@@ -117,7 +117,7 @@ TEST_F(PasswordStoreDefaultTest, Notifications) {
base::MessageLoopProxy::current(),
base::MessageLoopProxy::current(),
login_db_.release()));
- store->Init();
+ store->Init(syncer::SyncableService::StartSyncFlare());
PasswordFormData form_data =
{ PasswordForm::SCHEME_HTML,

Powered by Google App Engine
This is Rietveld 408576698