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

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

Issue 1297963002: Implemented showing update bubble pop-up on password overriding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments were addressed Created 5 years, 4 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 594740acaa4148915335c21aa970b31aaca74727..f35a1da77d10aa75cd92ed5d26dc0b3e981da8fb 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -156,6 +156,10 @@ class ManagePasswordsUIController
return passwords_data_.federated_credentials_forms();
}
+ // True if the password for previously stored account was overridden, i.e. in
+ // newly submitted form the password is different from stored one.
+ bool PasswordOverridden() const;
+
protected:
explicit ManagePasswordsUIController(
content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698