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

Unified Diff: chrome/browser/password_manager/test_password_store_service.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: Rebase 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/test_password_store_service.cc
diff --git a/chrome/browser/password_manager/test_password_store_service.cc b/chrome/browser/password_manager/test_password_store_service.cc
index 209c4ad8f9f20e68a313f1d0fb3ce491d8a9820a..2c5ef82ea6017994d7c9a0bb3465605f39d96e3d 100644
--- a/chrome/browser/password_manager/test_password_store_service.cc
+++ b/chrome/browser/password_manager/test_password_store_service.cc
@@ -12,7 +12,7 @@ KeyedService* TestPasswordStoreService::Build(
scoped_refptr<password_manager::PasswordStore> store(
new password_manager::TestPasswordStore);
if (!store.get() ||
- !store->Init(syncer::SyncableService::StartSyncFlare(), ""))
+ !store->Init(syncer::SyncableService::StartSyncFlare()))
return NULL;
return new TestPasswordStoreService(store);
}

Powered by Google App Engine
This is Rietveld 408576698