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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 420713002: Move the serial api and permission features to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 0caf57d8f297562a5d11539f72e4c990e0b48779..1482a2b634910712334aeadad68266dfd85c629c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -614,10 +614,6 @@
"dependencies": ["manifest:script_badge"],
"contexts": ["blessed_extension"]
},
- "serial": {
- "dependencies": ["permission:serial"],
- "contexts": ["blessed_extension"]
- },
"sessions": {
"dependencies": ["permission:sessions"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698