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

Unified Diff: chrome/test/data/extensions/api_test/networking/main.html

Issue 12220113: Next phase for chrome.networkingPrivate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload after merge Created 7 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/networking/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/speech/main.html b/chrome/test/data/extensions/api_test/networking/main.html
similarity index 55%
copy from chrome/test/data/extensions/platform_apps/web_view/speech/main.html
copy to chrome/test/data/extensions/api_test/networking/main.html
index 67620d73097be2009b6687cdd9b2b1a42e998283..8f8039a7e6249cd10660b0168e6c974375039646 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/speech/main.html
+++ b/chrome/test/data/extensions/api_test/networking/main.html
@@ -1,12 +1,11 @@
-<!doctype html>
<!--
* Copyright (c) 2013 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="test.js"></script>
+
<html>
-<body>
- <div id="webview-tag-container"></div>
- <script src="main.js"></script>
-</body>
+<head><title>networking private component API test</title></head>
+<body><h2>chrome.networkingPrivate.* tests</h2></body>
</html>

Powered by Google App Engine
This is Rietveld 408576698