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

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

Issue 2329153002: Remove the WARNING security level.
Patch Set: Update Android test to take into account HTTPS scheme coloring. Created 4 years, 3 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
Index: chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java b/chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java
index 92b6039d4036be0de85b18b19cfd735f9e6184c0..4043bb02659f80ab2f9f75d79a14044f2431028a 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java
@@ -121,7 +121,6 @@ public class ActivityTabTaskDescriptionHelper {
private boolean hasSecurityWarningOrError(Tab tab) {
int securityLevel = tab.getSecurityLevel();
return securityLevel == ConnectionSecurityLevel.SECURITY_ERROR
- || securityLevel == ConnectionSecurityLevel.SECURITY_WARNING
|| securityLevel == ConnectionSecurityLevel.SECURITY_POLICY_WARNING;
}
};

Powered by Google App Engine
This is Rietveld 408576698