Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index bcf01b6244a8ab8e11b1b48f8480feec7813ce81..2fdc154634fbf9ac986929335fbe85e05c500707 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -21,6 +21,7 @@ |
| #include "base/process/process.h" |
| #include "base/values.h" |
| #include "build/build_config.h" |
| +#include "content/browser/download/mhtml_generation_manager.h" |
|
Łukasz Anforowicz
2016/05/12 18:56:49
Did you want to include content/public/common/mhtm
dewittj
2016/05/12 22:58:01
Done.
|
| #include "content/browser/frame_host/frame_tree.h" |
| #include "content/browser/frame_host/navigation_controller_delegate.h" |
| #include "content/browser/frame_host/navigation_controller_impl.h" |
| @@ -355,8 +356,7 @@ class CONTENT_EXPORT WebContentsImpl |
| void SaveFrameWithHeaders(const GURL& url, |
| const Referrer& referrer, |
| const std::string& headers) override; |
| - void GenerateMHTML(const base::FilePath& file, |
| - bool use_binary_encoding, |
| + void GenerateMHTML(const MHTMLGenerationParams& params, |
| const base::Callback<void(int64_t)>& callback) override; |
| const std::string& GetContentsMimeType() const override; |
| bool WillNotifyDisconnection() const override; |