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

Unified Diff: components/password_manager/core/browser/password_form_manager.h

Issue 1181623004: [Password Manager] Replace "this site" in save password prompt with password's origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Chris's review comments. Created 5 years, 6 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/password_form_manager.h
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h
index 70eeccf9aea470cf1ddf94d31e96d6e65cc4b808..1969e5d4a116c8e9248198f87dfcde77d96ff1d7 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -205,6 +205,8 @@ class PasswordFormManager : public PasswordStoreConsumer {
const autofill::PasswordForm& observed_form() const { return observed_form_; }
+ PasswordManagerClient* client() { return client_; }
vabr (Chromium) 2015/06/29 11:49:08 Please make this a const method, returning const P
Pritam Nikam 2015/06/29 17:42:13 This API is no longer required. Removing it.
+
private:
friend class PasswordFormManagerTest;

Powered by Google App Engine
This is Rietveld 408576698