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

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

Issue 355143006: [Password Manager] Add UMA stats to track interaction with synced accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo Created 6 years, 5 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 ac1742630ee6ce67ac5fee1077ebe47fbf210580..60865aa1eabb8e90bad5bd586ada28d870d379d0 100644
--- a/chrome/browser/password_manager/password_store_x_unittest.cc
+++ b/chrome/browser/password_manager/password_store_x_unittest.cc
@@ -285,7 +285,7 @@ TEST_P(PasswordStoreXTest, Notifications) {
base::MessageLoopProxy::current(),
login_db_.release(),
GetBackend()));
- store->Init(syncer::SyncableService::StartSyncFlare());
+ store->Init(syncer::SyncableService::StartSyncFlare(), "");
password_manager::PasswordFormData form_data = {
PasswordForm::SCHEME_HTML, "http://bar.example.com",
@@ -386,7 +386,7 @@ TEST_P(PasswordStoreXTest, NativeMigration) {
base::MessageLoopProxy::current(),
login_db_.release(),
GetBackend()));
- store->Init(syncer::SyncableService::StartSyncFlare());
+ store->Init(syncer::SyncableService::StartSyncFlare(), "");
MockPasswordStoreConsumer consumer;
« no previous file with comments | « chrome/browser/password_manager/password_store_win_unittest.cc ('k') | chrome/browser/password_manager/sync_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698