| 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};
|
|
|
|
|