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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble_model.cc

Issue 1776673003: Fix the password bubble titles for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests Created 4 years, 9 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_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_);
}
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_bubble_model.h ('k') | chrome/browser/ui/passwords/manage_passwords_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698