| 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>
|
|
|