Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1947263004: Introduces a new MHTML generation parameter specifying different behvaior for cache-control headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work on compile. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698