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

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

Issue 9665007: Profile refactoring: Remove all PasswordStore code from the Profile interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to factory list Created 8 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: 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 780c80d14c5ec506700f8ff6b23299e1823c8e73..f6010f932217ae461c654a73d3b31ce7b6d3d7df 100644
--- a/chrome/browser/password_manager/password_store_x_unittest.cc
+++ b/chrome/browser/password_manager/password_store_x_unittest.cc
@@ -434,7 +434,7 @@ TEST_P(PasswordStoreXTest, WDSMigration) {
STLDeleteElements(&expected_blacklisted);
// Public in PasswordStore, protected in PasswordStoreX.
- static_cast<PasswordStore*>(store)->Shutdown();
+ static_cast<PasswordStore*>(store)->ShutdownOnUIThread();
}
TEST_P(PasswordStoreXTest, WDSMigrationAlreadyDone) {
@@ -501,7 +501,7 @@ TEST_P(PasswordStoreXTest, WDSMigrationAlreadyDone) {
STLDeleteElements(&unexpected_autofillable);
// Public in PasswordStore, protected in PasswordStoreX.
- static_cast<PasswordStore*>(store)->Shutdown();
+ static_cast<PasswordStore*>(store)->ShutdownOnUIThread();
}
TEST_P(PasswordStoreXTest, Notifications) {
@@ -597,7 +597,7 @@ TEST_P(PasswordStoreXTest, Notifications) {
done.Wait();
// Public in PasswordStore, protected in PasswordStoreX.
- static_cast<PasswordStore*>(store)->Shutdown();
+ static_cast<PasswordStore*>(store)->ShutdownOnUIThread();
}
TEST_P(PasswordStoreXTest, NativeMigration) {
@@ -740,7 +740,7 @@ TEST_P(PasswordStoreXTest, NativeMigration) {
STLDeleteElements(&expected_blacklisted);
// Public in PasswordStore, protected in PasswordStoreX.
- static_cast<PasswordStore*>(store)->Shutdown();
+ static_cast<PasswordStore*>(store)->ShutdownOnUIThread();
}
INSTANTIATE_TEST_CASE_P(NoBackend,
« no previous file with comments | « chrome/browser/password_manager/password_store_win_unittest.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698