Chromium Code Reviews| Index: chrome/common/extensions/api/extension_api.json |
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json |
| index 1fb9a7d955f1e5f003e803e817b6eba1ed0a5068..5527138577fc039140b5e9b34485ac64e5e06469 100644 |
| --- a/chrome/common/extensions/api/extension_api.json |
| +++ b/chrome/common/extensions/api/extension_api.json |
| @@ -9065,10 +9065,15 @@ |
| "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": "details", |
| + "type": "object", |
| + "properties": { |
| + "tabId": { |
| + "type": "integer", |
| + "minimum": 0, |
| + "description": "The id of the tab to save to MHTML." |
|
asargent_no_longer_on_chrome
2011/11/22 18:43:41
would this read better if you had "as MHTML" inste
|
| + } |
| + } |
| }, |
| { |
| "name": "callback", |