| Index: chrome/test/data/extensions/api_test/webstore_private/sign_in_redirect_to_sign_in.html
|
| diff --git a/chrome/test/data/extensions/api_test/webstore_private/sign_in_redirect_to_sign_in.html b/chrome/test/data/extensions/api_test/webstore_private/sign_in_redirect_to_sign_in.html
|
| deleted file mode 100644
|
| index dc8292afd2279d527c909204a2aa767ed8b2834c..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/webstore_private/sign_in_redirect_to_sign_in.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!-- 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. -->
|
| -
|
| -<script src="common.js"></script>
|
| -<script>
|
| -getContinueUrl(function(continue_url) {
|
| - chrome.test.runWithUserGesture(function() {
|
| - chrome.webstorePrivate.signIn(continue_url);
|
| - });
|
| -});
|
| -</script>
|
|
|