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

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate.cc

Issue 1717263002: [Smart Lock, UI] Fix title for federated credentials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/save_password_infobar_delegate.cc
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.cc b/chrome/browser/password_manager/save_password_infobar_delegate.cc
index 435c0c4257ecd93178b461ba61793dd9386e4bbd..92c428283455c98f537d8a63238fb1350f863a74 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate.cc
+++ b/chrome/browser/password_manager/save_password_infobar_delegate.cc
@@ -96,7 +96,7 @@ SavePasswordInfoBarDelegate::SavePasswordInfoBarDelegate(
PasswordTittleType type =
form_to_save_->pending_credentials().federation_url.is_empty()
? PasswordTittleType::SAVE_PASSWORD
- : PasswordTittleType::UPDATE_PASSWORD;
+ : PasswordTittleType::SAVE_ACCOUNT;
GetSavePasswordDialogTitleTextAndLinkRange(
web_contents->GetVisibleURL(), form_to_save_->observed_form().origin,
is_smartlock_branding_enabled, type,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698