| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index af1d3e2198a0de085be176dc2114868724342396..6aa00e66ac6ddb3e18821c07b9fdabfad71c8eab 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -60,6 +60,7 @@ class WebContentsDelegate;
|
| struct CustomContextMenuContext;
|
| struct DropData;
|
| struct Manifest;
|
| +struct MHTMLGenerationParams;
|
| struct PageImportanceSignals;
|
| struct RendererPreferences;
|
|
|
| @@ -547,8 +548,7 @@ class WebContents : public PageNavigator,
|
| // 'base64'. Binary encoding is known to have interoperability issues and is
|
| // not the recommended encoding for shareable content.
|
| virtual void GenerateMHTML(
|
| - const base::FilePath& file,
|
| - bool use_binary_encoding,
|
| + const MHTMLGenerationParams& params,
|
| const base::Callback<void(int64_t /* size of the file */)>& callback) = 0;
|
|
|
| // Returns the contents MIME type after a navigation.
|
|
|