Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 4802c80a60130596bffd6a7f8086dc8f02dd32ee..db9c3195384a9317bb8b3ba909786dd6152fbeb0 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2789,8 +2789,10 @@ void WebContentsImpl::SaveFrameWithHeaders(const GURL& url, |
void WebContentsImpl::GenerateMHTML( |
const base::FilePath& file, |
+ bool use_binary_encoding, |
const base::Callback<void(int64_t)>& callback) { |
- MHTMLGenerationManager::GetInstance()->SaveMHTML(this, file, callback); |
+ MHTMLGenerationManager::GetInstance()->SaveMHTML(this, use_binary_encoding, |
+ file, callback); |
} |
const std::string& WebContentsImpl::GetContentsMimeType() const { |