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

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

Issue 1311833004: [Password Manager] Implement ShouldShowMultipleAccountUpdateUI in ManagePasswordUIController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove check 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 049d1eb8d93d43af7d616343bde3b9ac8cf729d3..d3f8bdbd0838b35faaa0b3bab5d5f12a6cff4030 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -152,6 +152,10 @@ class ManagePasswordsUIController
// newly submitted form the password is different from stored one.
bool PasswordOverridden() const;
+ // Returns true if the multiple account selection prompt for account update
+ // should be presented.
+ bool ShouldShowMultipleAccountUpdateUI() const;
+
protected:
explicit ManagePasswordsUIController(
content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698