| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index f312070709d4868f5cf262c8395cf373cfc5fa47..8a16c6ef7eea4c5acff796b8ae3e193b7aeb73f0 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;
|
|
|
| @@ -551,8 +552,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.
|
|
|