| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7486705aaff430f69f65c1b0c75e9507fd93df4a
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/webstore_private/sign_in_redirect_to_sign_in.html
|
| @@ -0,0 +1,10 @@
|
| +<!-- 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.webstorePrivate.signIn(continue_url);
|
| +});
|
| +</script>
|
|
|