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

Unified Diff: chrome/test/data/extensions/api_test/downloads/manifest.json

Issue 10542038: Rewrite DownloadsApiTest in C++. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/test/data/extensions/api_test/downloads/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/downloads/manifest.json
diff --git a/chrome/test/data/extensions/api_test/downloads/manifest.json b/chrome/test/data/extensions/api_test/downloads/manifest.json
deleted file mode 100644
index f55c3b4c03855dfdda092682bb2618960907daa3..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/downloads/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "chrome.downloads",
- "version": "0.1",
- "manifest_version": 2,
- "description": "end-to-end browser test for chrome.downloads API",
- "background": {
- "scripts": ["test.js"]
- },
- "permissions": [
- "downloads",
- "http://*/*",
- "https://*/*",
- "file://*"
- ]
-}
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/test/data/extensions/api_test/downloads/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698