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

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

Issue 644053003: [Password Manager] Add UMA stats for custom passphrase users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 6 years, 2 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 724ecb3403060e7328d1982723f51551a214edde..f5f5faf6f9178ca111e418d71c28e6e3d97a922e 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;

Powered by Google App Engine
This is Rietveld 408576698