| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| index 50ccf00613fa18bd2fad95a47d16995f10042268..3ea39f6ee3c32b076794c0654ca40bbff2117689 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| @@ -350,14 +350,14 @@ void ManagePasswordsBubbleModel::UpdatePendingStateTitle() {
|
| ? PasswordTittleType::SAVE_PASSWORD
|
| : PasswordTittleType::SAVE_ACCOUNT);
|
| GetSavePasswordDialogTitleTextAndLinkRange(
|
| - web_contents()->GetVisibleURL(), origin(),
|
| + web_contents()->GetVisibleURL(), origin_,
|
| GetSmartLockBrandingState(GetProfile()) !=
|
| password_bubble_experiment::SmartLockBranding::NONE,
|
| type, &title_, &title_brand_link_range_);
|
| }
|
|
|
| void ManagePasswordsBubbleModel::UpdateManageStateTitle() {
|
| - GetManagePasswordsDialogTitleText(web_contents()->GetVisibleURL(), origin(),
|
| + GetManagePasswordsDialogTitleText(web_contents()->GetVisibleURL(), origin_,
|
| &title_);
|
| }
|
|
|
|
|