Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index eb0da0053015e6628ce668f844482e4f5700d8b4..54e46245871357fd09b56321598ae4bba99bede9 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -542,6 +542,7 @@ class WebContents : public PageNavigator, |
// Generate an MHTML representation of the current page in the given file. |
virtual void GenerateMHTML( |
const base::FilePath& file, |
+ bool use_binary_encoding, |
nasko
2016/04/20 17:01:15
Please add a comment about what the new parameter
dewittj
2016/04/20 20:20:59
Done.
|
const base::Callback<void(int64_t /* size of the file */)>& callback) = 0; |
// Returns the contents MIME type after a navigation. |