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

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

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/extensions_api_resources.grd ('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
index a135cd7ec385549b245f97456c0034b72596fc33..f55c3b4c03855dfdda092682bb2618960907daa3 100644
--- a/chrome/test/data/extensions/api_test/downloads/manifest.json
+++ b/chrome/test/data/extensions/api_test/downloads/manifest.json
@@ -1,13 +1,12 @@
{
- "name": "chrome.experimental.downloads",
+ "name": "chrome.downloads",
"version": "0.1",
"manifest_version": 2,
- "description": "end-to-end browser test for chrome.experimental.downloads API",
+ "description": "end-to-end browser test for chrome.downloads API",
"background": {
"scripts": ["test.js"]
},
"permissions": [
- "experimental",
"downloads",
"http://*/*",
"https://*/*",
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('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