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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/test_types.html

Issue 1515703005: WebRequest API: add more resource types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace == with && 2x Created 5 years 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/webrequest/test_types.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html b/chrome/test/data/extensions/api_test/webrequest/test_types.html
similarity index 71%
copy from chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
copy to chrome/test/data/extensions/api_test/webrequest/test_types.html
index 744b5755332e9d3a4d94ea5e991e3fe607f97a86..60c4d81286d25f9a5b2772463e543a9af88c79af 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/appwindow.html
+++ b/chrome/test/data/extensions/api_test/webrequest/test_types.html
@@ -3,8 +3,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
-->
-<html>
<body>
- <webview></webview>
+<script src="framework.js"></script>
+<script src="test_types.js"></script>
</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698