Index: chrome/browser/sync/test/integration/passwords_helper.cc |
diff --git a/chrome/browser/sync/test/integration/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc |
index 335d566888dadf6e683e3c750c64e41bfb0d0d56..ccab9ef756911c9d177528a60292c5f133783063 100644 |
--- a/chrome/browser/sync/test/integration/passwords_helper.cc |
+++ b/chrome/browser/sync/test/integration/passwords_helper.cc |
@@ -93,7 +93,7 @@ void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) { |
PasswordForm matcher_form; |
matcher_form.signon_realm = kFakeSignonRealm; |
PasswordStoreConsumerHelper consumer(&matches); |
- store->GetLogins(matcher_form, &consumer); |
+ store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer); |
content::RunMessageLoop(); |
} |