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

Unified Diff: chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc

Issue 1948313003: Remove url scheme from the chooser bubble title (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove url scheme from the chooser bubble title Created 4 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
« 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/ui/views/website_settings/chooser_bubble_ui_view.cc
diff --git a/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc b/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
index 2ed20b135997fed89a4d21546c416618e06187e3..dd2be725e0828b0c610ea6029284fba9782c5619 100644
--- a/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
+++ b/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
@@ -193,7 +193,7 @@ bool ChooserBubbleUiViewDelegate::ShouldShowWindowTitle() const {
base::string16 ChooserBubbleUiViewDelegate::GetWindowTitle() const {
return l10n_util::GetStringFUTF16(
IDS_CHOOSER_BUBBLE_PROMPT,
- base::ASCIIToUTF16(controller_->GetOrigin().Serialize()));
+ base::ASCIIToUTF16(controller_->GetOrigin().host()));
palmer 2016/05/06 21:18:08 We are trying to standardize on FormatUrlForSecuri
juncai 2016/05/10 22:40:25 Done.
}
base::string16 ChooserBubbleUiViewDelegate::GetDialogButtonLabel(
« 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