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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java

Issue 1137353004: Add a separate param for https scheme hightlight to emphasizeUrl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 5 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 | chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java b/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java
index 806cb94eabe327f85eb7ae1c09a4fbac18839222..9d37ff60a77701e0662771bedb370b0b5dc49dca 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java
@@ -381,7 +381,7 @@ public class WebsiteSettingsPopup implements OnClickListener, OnItemSelectedList
SpannableStringBuilder urlBuilder = new SpannableStringBuilder(mFullUrl);
OmniboxUrlEmphasizer.emphasizeUrl(urlBuilder, mContext.getResources(), mProfile,
- mSecurityLevel, mIsInternalPage, true);
+ mSecurityLevel, mIsInternalPage, true, true);
mUrlTitle.setText(urlBuilder);
// Set the URL connection message now, and the URL after layout (so it
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698