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

Unified Diff: chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html

Issue 170063006: Cast: Add JS API to get raw events logs from cast extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/cast_streaming/bad_logging.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html b/chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
similarity index 59%
copy from chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html
copy to chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
index c4da227720ae3bc35fada3611ff80c529773c754..42833a3fa77986907d340286da04ad7068eee6cf 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html
+++ b/chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
@@ -1,12 +1,7 @@
-<!doctype html>
<!--
* Copyright (c) 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.
-->
-<html>
-<body>
- <div id="webview-tag-container"></div>
- <script src="main.js"></script>
-</body>
-</html>
+<script src="common.js"></script>
+<script src="bad_logging.js"></script>

Powered by Google App Engine
This is Rietveld 408576698