Chromium Code Reviews

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 issues from code review. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..b9d6666322943c8f225dac7cc0af1615a14751af
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/private.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Private</title></head>
+<body>
+Private
+</body>
+</html>

Powered by Google App Engine