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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller.h

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: chrome/browser/ui/passwords/manage_passwords_ui_controller.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
index 5651cb591a1dacebb3cdc40f46932994a37c0c86..ac06b69cace9a33fe95698f0139b3a7dd2796439 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -54,7 +54,8 @@ class ManagePasswordsUIController
const GURL& origin,
base::Callback<void(const password_manager::CredentialInfo&)> callback)
override;
- void OnAutoSignin(ScopedVector<autofill::PasswordForm> local_forms) override;
+ void OnAutoSignin(ScopedVector<autofill::PasswordForm> local_forms,
+ const GURL& origin) override;
void OnPromptEnableAutoSignin() override;
void OnAutomaticPasswordSave(
scoped_ptr<password_manager::PasswordFormManager> form_manager) override;
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_test.cc ('k') | chrome/browser/ui/passwords/manage_passwords_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698