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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java

Issue 2329153002: Remove the WARNING security level.
Patch Set: Restore top control test for sub.originalwebsite.com (but with ERROR instead of WARNING). 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/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java
index 85116b44a0be0791267d9b49a830fd870933b770..e5df904f2bbccd49c67ff5fc0b10ad4d520309b1 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java
@@ -45,7 +45,6 @@ public class WebappUrlBarTest extends WebappActivityTestBase {
final String urlExpectedWhenIconShown = host;
final int[] securityLevels = {ConnectionSecurityLevel.NONE,
ConnectionSecurityLevel.EV_SECURE, ConnectionSecurityLevel.SECURE,
- ConnectionSecurityLevel.SECURITY_WARNING,
ConnectionSecurityLevel.SECURITY_POLICY_WARNING,
ConnectionSecurityLevel.SECURITY_ERROR};

Powered by Google App Engine
This is Rietveld 408576698