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

Unified Diff: components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc

Issue 1776673003: Fix the password bubble titles for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests Created 4 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: components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc
diff --git a/components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc b/components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc
index 897c4848344ba48cf09011bbd78a8a931b2733ae..77219ee179e472df168391f1d10b876ad8d7f825 100644
--- a/components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc
+++ b/components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc
@@ -109,8 +109,8 @@ class MockPasswordManagerClient : public StubPasswordManagerClient {
return true;
}
- void NotifyUserAutoSignin(
- ScopedVector<autofill::PasswordForm> local_forms) override {
+ void NotifyUserAutoSignin(ScopedVector<autofill::PasswordForm> local_forms,
+ const GURL& origin) override {
EXPECT_FALSE(local_forms.empty());
NotifyUserAutoSigninPtr(local_forms.get());
}

Powered by Google App Engine
This is Rietveld 408576698