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

Unified Diff: components/password_manager/core/browser/stub_password_manager_client.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/core/browser/stub_password_manager_client.cc
diff --git a/components/password_manager/core/browser/stub_password_manager_client.cc b/components/password_manager/core/browser/stub_password_manager_client.cc
index 05491e7349d825c11b75aa110ffccfd04ae542bf..020ab319997a879c8291670d53c8a52b4feb6b24 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.cc
+++ b/components/password_manager/core/browser/stub_password_manager_client.cc
@@ -42,8 +42,8 @@ bool StubPasswordManagerClient::PromptUserToChooseCredentials(
}
void StubPasswordManagerClient::NotifyUserAutoSignin(
- ScopedVector<autofill::PasswordForm> local_forms) {
-}
+ ScopedVector<autofill::PasswordForm> local_forms,
+ const GURL& origin) {}
void StubPasswordManagerClient::NotifyUserCouldBeAutoSignedIn(
scoped_ptr<autofill::PasswordForm> form) {}

Powered by Google App Engine
This is Rietveld 408576698