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

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

Issue 1402803002: [Password Manager] Pass origin of the form which was autofilled in order to display it in managemen… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 924a996d22b4c398aa3e751886ce079a03d6e19c..33011572f2437d934fbd559ea45811b6ed8f800f 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -70,7 +70,8 @@ class ManagePasswordsUIController
// password credentials for the current site which are stored in
// |password_form_map|. This stores a copy of |password_form_map| and shows
// the manage password icon.
- void OnPasswordAutofilled(const autofill::PasswordFormMap& password_form_map);
+ void OnPasswordAutofilled(const autofill::PasswordFormMap& password_form_map,
+ const GURL& origin);
// TODO(vasilii): remove this method. It's obsolete.
void OnBlacklistBlockedAutofill(
« 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