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

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

Issue 375173002: Remove the "content_script" context from a number of APIs that shouldn't be (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and another 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
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 944436e24c0628f63c265430b13c1c33e1b4313a..2052a41412364ae1a5304c8b018ab0e5ed129c9d 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -73,19 +73,12 @@
"runtime.onMessage": {
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
- "runtime.reload": {
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
- },
- "runtime.requestUpdateCheck": {
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
- },
not at google - send to devlin 2014/07/09 03:06:54 I will need to send out a PSA to the extensions ma
asargent_no_longer_on_chrome 2014/07/09 18:09:47 Is there a downside to allowing runtime.reload and
not at google - send to devlin 2014/07/09 18:14:25 I think anything that only makes sense to be media
not at google - send to devlin 2014/07/09 20:59:24 We've never documented it as being available in co
"runtime.sendMessage": {
"contexts": "all",
"matches": ["<all_urls>"]
},
"runtime.setUninstallURL": {
- "channel": "dev",
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ "channel": "dev"
},
"socket": {
"dependencies": ["permission:socket"],
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698