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

Unified Diff: chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/private.html

Issue 2007133004: Disallow navigation to documents not explicitly listed as web accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up subframe cases. Created 4 years, 7 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/extension_resource_request_policy/some_accessible/private.html
diff --git a/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/private.html b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/private.html
new file mode 100644
index 0000000000000000000000000000000000000000..c0c859e40a1afba09f93a44b36b023c04335bd27
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/private.html
@@ -0,0 +1,7 @@
+<html>
+<head><title>Private</title></head>
+<body>
+Private
+<script src="private.js"></script>
asargent_no_longer_on_chrome 2016/05/31 18:17:38 looks like private.js is missing from CL - I guess
nasko 2016/05/31 23:16:17 Done.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698