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

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

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 5 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/test/data/extensions/api_test/socket/api/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/socket/api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/socket/api/manifest.json b/chrome/test/data/extensions/api_test/socket/api/manifest.json
index 4ca5cac8ce7ac9ec92f201dfbfb5b5f0bea07e1f..33702f5c1148279525038c5b6f2f99f788bb76ca 100644
--- a/chrome/test/data/extensions/api_test/socket/api/manifest.json
+++ b/chrome/test/data/extensions/api_test/socket/api/manifest.json
@@ -2,14 +2,13 @@
"name": "chrome.socket",
"version": "0.1",
"manifest_version": 2,
- "description": "end-to-end browser test for chrome.experimental.socket API",
+ "description": "end-to-end browser test for chrome.socket API",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
- "experimental",
"socket"
]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/socket/api/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698