Index: chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json b/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
deleted file mode 100644 |
index c06f81945113b3db0a0088913fcd7ff0d56791f6..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "name": "chrome.clear API Test: One at a time.", |
- "version": "0.1", |
- "manifest_version": 2, |
- "description": "Checks that chrome.experimental.clear APIs can only be called if one's not already running.", |
- "background_page": "background.html", |
- "permissions": [ |
- "experimental", |
- "clear" |
- ] |
-} |