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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.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
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index 93d5a1df0b3c1e0e4129fb2d2b5cbdab0a849f8c..97fc9013a2d825d3dcadab3716de3c0dbff3f4b7 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -63,8 +63,8 @@ class ChromePasswordManagerClient
ScopedVector<autofill::PasswordForm> local_forms) override;
void AutomaticPasswordSave(scoped_ptr<password_manager::PasswordFormManager>
saved_form_manager) override;
- void PasswordWasAutofilled(
- const autofill::PasswordFormMap& best_matches) const override;
+ void PasswordWasAutofilled(const autofill::PasswordFormMap& best_matches,
+ const GURL& origin) const override;
void PasswordAutofillWasBlocked(
const autofill::PasswordFormMap& best_matches) const override;
PrefService* GetPrefs() override;
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698