Index: chrome/common/extensions/api/extension.json |
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json |
index 03767fbd22ed19361bf48cbdb9ed7b4396600bae..854dec77d7e88d290f6a3e4375e583f780285967 100644 |
--- a/chrome/common/extensions/api/extension.json |
+++ b/chrome/common/extensions/api/extension.json |
@@ -203,9 +203,6 @@ |
"name": "onRequestExternal", |
"deprecated": "Please use $(ref:runtime.onMessageExternal).", |
"type": "function", |
- "options": { |
- "unmanaged": true |
- }, |
"description": "Fired when a request is sent from another extension.", |
"parameters": [ |
{"name": "request", "type": "any", "optional": true, "description": "The request sent by the calling script."}, |