Index: chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json |
deleted file mode 100644 |
index 7da00ed7801304dc56c7291ab8ad79c8ebc91352..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-{ |
- "name": "cross origin xhr tests", |
- "version": "0.1", |
- "description": "Sanity check that cross-origin XHR works for extensions. The majority of this is implemented (and tested) in WebKit, but we have a sanity test here just to make sure the integration with Chromium keeps working.", |
- "background_page": "test.html", |
- "permissions": ["http://a.com/", "http://*.b.com/"] |
-} |