summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/extension_api.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/extension_api.json')
-rw-r--r--chrome/common/extensions/api/extension_api.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 25530ce..7f755fc 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -8494,36 +8494,5 @@
]
}
]
- },
- {
- "namespace": "experimental.savePage",
- "functions": [
- {
- "name": "saveAsMHTML",
- "type": "function",
- "description": "Saves the content of the tab with given id to MHTML.",
- "parameters": [
- {
- "name": "tabId",
- "type": "integer",
- "minimum": 0,
- "description": "The id of the tab to save."
- },
- {
- "name": "callback",
- "type": "function",
- "description": "Called when the MHTML has been generated.",
- "parameters": [
- {
- "name": "mhtmlData",
- "type": "blob",
- "optional": "true",
- "description": "The MHTML data as a Blob."
- }
- ]
- }
- ]
- }
- ]
}
]