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

Unified Diff: chrome/test/data/extensions/api_test/webrequest_public_session/test.html

Issue 2455393002: PS - Adjusting webRequest API for use in Public Sessions (Closed)
Patch Set: Fixed unittest error Created 4 years, 1 month 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_public_session/test.html
diff --git a/chrome/test/data/extensions/api_test/webrequest/test_osdd.html b/chrome/test/data/extensions/api_test/webrequest_public_session/test.html
similarity index 80%
copy from chrome/test/data/extensions/api_test/webrequest/test_osdd.html
copy to chrome/test/data/extensions/api_test/webrequest_public_session/test.html
index b87166edca2467c7d1727769ecffff147d3c1ff0..3090cc5dfde3f172c15fe2e2e8a830933ef1581c 100644
--- a/chrome/test/data/extensions/api_test/webrequest/test_osdd.html
+++ b/chrome/test/data/extensions/api_test/webrequest_public_session/test.html
@@ -3,7 +3,5 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
-->
-<body>
<script src="framework.js"></script>
-<script src="test_osdd.js"></script>
-</body>
+<script src="test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698