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

Unified Diff: chrome/test/data/extensions/api_test/networking_config/api_availability.html

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved & renamed apitest Created 5 years, 11 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_config/api_availability.html
diff --git a/chrome/test/data/extensions/platform_apps/extension_view/main.html b/chrome/test/data/extensions/api_test/networking_config/api_availability.html
similarity index 60%
copy from chrome/test/data/extensions/platform_apps/extension_view/main.html
copy to chrome/test/data/extensions/api_test/networking_config/api_availability.html
index 6ee173398eb71a54b67b7d363ccb57d289f7d8e2..537a74860cad70314fc3d393dfb67ed3a9b998da 100644
--- a/chrome/test/data/extensions/platform_apps/extension_view/main.html
+++ b/chrome/test/data/extensions/api_test/networking_config/api_availability.html
@@ -1,12 +1,6 @@
-<!doctype html>
<!--
* Copyright 2015 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="object-container"></div>
- <script src="main.js"></script>
-</body>
-</html>
+<script src="api_availability.js"></script>

Powered by Google App Engine
This is Rietveld 408576698