Chromium Code Reviews| Index: chrome/common/extensions/api/page_capture.json |
| diff --git a/chrome/common/extensions/api/page_capture.json b/chrome/common/extensions/api/page_capture.json |
| index 5b8fe853acb0fb712f55bae13c950c56f11b1ee5..5c97410a4c4d48ec82c817d6340ada0ff345a84d 100644 |
| --- a/chrome/common/extensions/api/page_capture.json |
| +++ b/chrome/common/extensions/api/page_capture.json |
| @@ -29,7 +29,7 @@ |
| "parameters": [ |
| { |
| "name": "mhtmlData", |
| - "type": "blob", |
| + "type": "binary", |
| "optional": "true", |
| "description": "The MHTML data as a Blob." |
| } |