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

Unified Diff: chrome/test/data/extensions/response_headers/manifest.json

Issue 15963003: Generate an etag for chrome-extension:// file requests, so caching can be optional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 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/response_headers/manifest.json
diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json b/chrome/test/data/extensions/response_headers/manifest.json
similarity index 60%
copy from chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json
copy to chrome/test/data/extensions/response_headers/manifest.json
index dae1f8621097cd40dd57c883e2cb997145a1c132..4b0517d5d7269e04df455105a5df4faf46394265 100644
--- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json
+++ b/chrome/test/data/extensions/response_headers/manifest.json
@@ -2,7 +2,5 @@
"name": "test",
"version": "0.1",
"manifest_version": 2,
- "sandbox": {
- "pages": [123]
- }
+ "web_accessible_resources": ["test.dat"]
}

Powered by Google App Engine
This is Rietveld 408576698