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

Unified Diff: chrome/test/data/extensions/api_test/webstore_private/sign_in_already_signed_in.html

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 8 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/test/data/extensions/api_test/webstore_private/sign_in_already_signed_in.html
diff --git a/components/cronet/android/sample/res/values/strings.xml b/chrome/test/data/extensions/api_test/webstore_private/sign_in_already_signed_in.html
similarity index 54%
copy from components/cronet/android/sample/res/values/strings.xml
copy to chrome/test/data/extensions/api_test/webstore_private/sign_in_already_signed_in.html
index bbb7900c10c35228492cf85e4fda789516b23d06..22b53f822ec0f4e9d608ee550ec4936f02f2a96f 100644
--- a/components/cronet/android/sample/res/values/strings.xml
+++ b/chrome/test/data/extensions/api_test/webstore_private/sign_in_already_signed_in.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>expectUserIsAlreadySignedIn();</script>

Powered by Google App Engine
This is Rietveld 408576698