Chromium Code Reviews| 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(); |