| Index: chrome/test/data/extensions/api_test/webstore_private/sign_in_disallowed_in_incognito.html
|
| diff --git a/components/cronet/android/sample/res/values/strings.xml b/chrome/test/data/extensions/api_test/webstore_private/sign_in_disallowed_in_incognito.html
|
| similarity index 51%
|
| copy from components/cronet/android/sample/res/values/strings.xml
|
| copy to chrome/test/data/extensions/api_test/webstore_private/sign_in_disallowed_in_incognito.html
|
| index bbb7900c10c35228492cf85e4fda789516b23d06..4d181e192bd2175ccce105031a46693380749bc6 100644
|
| --- a/components/cronet/android/sample/res/values/strings.xml
|
| +++ b/chrome/test/data/extensions/api_test/webstore_private/sign_in_disallowed_in_incognito.html
|
| @@ -1,10 +1,6 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -
|
| <!-- Copyright 2014 The Chromium Authors. All rights reserved.
|
| -
|
| Use of this source code is governed by a BSD-style license that can be
|
| - found in the LICENSE file.
|
| - -->
|
| + found in the LICENSE file. -->
|
|
|
| -<resources>
|
| -</resources>
|
| +<script src="common.js"></script>
|
| +<script>expectSignInFailure('signin_is_disallowed');</script>
|
|
|