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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 5 years, 7 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/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 cab70322e63601a6c6b7197f37681dcc184281db..9b47c2284bec43df3c6d5d87bce3023d59f121b4 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -94,6 +94,9 @@ class ChromePasswordManagerClient
// the sad old Infobar UI.
static bool IsTheHotNewBubbleUIEnabled();
+ // Returns true if the UI for confirmation of update password is enabled.
vabr (Chromium) 2015/06/03 16:33:26 nit: update password -> password update
vabr (Chromium) 2015/06/03 16:33:26 Also, this should be marked as "override" and go u
dvadym 2015/06/19 15:27:29 Done.
dvadym 2015/06/19 15:27:29 Done.
+ bool IsPasswordUpdateUIEnabled() const;
+
// Returns true if the password manager should be enabled during sync signin.
static bool EnabledForSyncSignin();

Powered by Google App Engine
This is Rietveld 408576698