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

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

Issue 99303009: Merge 241255 "[Mac] Passwords: Don't always prompt to access pas..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 7 years 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_unittest.cc
===================================================================
--- chrome/browser/password_manager/password_store_unittest.cc (revision 241838)
+++ chrome/browser/password_manager/password_store_unittest.cc (working copy)
@@ -259,9 +259,9 @@
ContainsAllPasswordForms(www_google_expected)))
.WillOnce(WithArg<0>(STLDeleteElements0())).RetiresOnSaturation();
- store->GetLogins(www_google, &consumer);
- store->GetLogins(accounts_google, &consumer);
- store->GetLogins(bar_example, &consumer);
+ store->GetLogins(www_google, PasswordStore::ALLOW_PROMPT, &consumer);
+ store->GetLogins(accounts_google, PasswordStore::ALLOW_PROMPT, &consumer);
+ store->GetLogins(bar_example, PasswordStore::ALLOW_PROMPT, &consumer);
base::MessageLoop::current()->Run();
« no previous file with comments | « chrome/browser/password_manager/password_store_mac_unittest.cc ('k') | chrome/browser/password_manager/password_store_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698