| Index: chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java
|
| index 0dedf61f08916cb473f190508af0566ec28696db..9c3db62470d7ba41a969469dcfc3f80f9bd31c6a 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java
|
| @@ -1208,10 +1208,10 @@ public class LocationBarLayout extends FrameLayout implements OnClickListener,
|
| updateSecurityButton(false);
|
| } else {
|
| updateSecurityButton(true);
|
| - // Since we emphasize the schema of the URL based on the security type, we need to
|
| - // refresh the emphasis.
|
| - mUrlBar.deEmphasizeUrl();
|
| }
|
| + // Since we emphasize the schema of the URL based on the security type, we need to
|
| + // refresh the emphasis.
|
| + mUrlBar.deEmphasizeUrl();
|
| emphasizeUrl();
|
| }
|
|
|
|
|