| Index: chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java b/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
| index f97f467908e0ad2af404f8aed63c22a52cd2777b..ff45782db5f49415e0c9a49954ad6760222129d1 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
| @@ -1123,7 +1123,6 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener,
|
| // Do not apply the theme color if there are any security issues on the page.
|
| int securityLevel = getSecurityLevel();
|
| if (securityLevel == ConnectionSecurityLevel.SECURITY_ERROR
|
| - || securityLevel == ConnectionSecurityLevel.SECURITY_WARNING
|
| || securityLevel == ConnectionSecurityLevel.SECURITY_POLICY_WARNING) {
|
| themeColor = getDefaultThemeColor();
|
| }
|
|
|