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

Unified Diff: components/password_manager/core/browser/password_store_unittest.cc

Issue 1072413003: Add foundation for trimming the AffiliationDatabase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_unittest.cc
diff --git a/components/password_manager/core/browser/password_store_unittest.cc b/components/password_manager/core/browser/password_store_unittest.cc
index 6d1a350bc5d0b9670828d59a0edbd6e7197b7f8e..cb778a28dcea1aa49b6127b61d379f0c3286d33f 100644
--- a/components/password_manager/core/browser/password_store_unittest.cc
+++ b/components/password_manager/core/browser/password_store_unittest.cc
@@ -664,7 +664,8 @@ TEST_F(PasswordStoreTest, MAYBE_UpdatePasswordsStoredForAffiliatedWebsites) {
base::ThreadTaskRunnerHandle::Get(),
make_scoped_ptr(new LoginDatabase(test_login_db_file_path()))));
store->Init(syncer::SyncableService::StartSyncFlare());
- store->RemoveLoginsCreatedBetween(base::Time(), base::Time::Max());
+ store->RemoveLoginsCreatedBetween(base::Time(), base::Time::Max(),
+ base::Closure());
// Set up the initial test data set.
ScopedVector<PasswordForm> all_credentials;

Powered by Google App Engine
This is Rietveld 408576698