| Index: chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java
|
| index 3f42afcc3cd9b9fabf3632e35372d5093574377d..8f1cbb25f188c20381cb4b77a6755c0a4eaa44ee 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java
|
| @@ -150,7 +150,7 @@ public class WebappUrlBar extends FrameLayout implements View.OnLayoutChangeList
|
| private void updateSecurityIcon(int securityLevel) {
|
| boolean isSmallDevice = !DeviceFormFactor.isTablet(getContext());
|
| mCurrentIconResource =
|
| - LocationBarLayout.getSecurityIconResource(securityLevel, isSmallDevice);
|
| + LocationBarLayout.getSecurityIconResource(securityLevel, isSmallDevice, false);
|
|
|
| if (mCurrentIconResource != 0 && mIconResourceWidths.get(mCurrentIconResource, -1) == -1) {
|
| Drawable icon = ApiCompatibilityUtils.getDrawable(getResources(), mCurrentIconResource);
|
|
|