Index: chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json b/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json |
deleted file mode 100644 |
index 6acb9f8a7976dba9090ed70801c41267c5aeeef2..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-{ |
- "manifest_version": 2, |
- "name": "Test GCM App", |
- "version": "1.0", |
- "description": "Tests GCM API", |
- "background": { |
- "scripts": ["register.js"] |
- }, |
- "permissions": ["gcm"] |
-} |