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

Unified Diff: content/browser/download/mhtml_generation_manager.h

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Attempt to clear trybots. Created 3 years, 9 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/download/mhtml_generation_manager.h
diff --git a/content/browser/download/mhtml_generation_manager.h b/content/browser/download/mhtml_generation_manager.h
index e30001535b03735758e09f2734d69ce5cd1c03d7..edb9746ac1de0428307971a68350b4e00544e2ee 100644
--- a/content/browser/download/mhtml_generation_manager.h
+++ b/content/browser/download/mhtml_generation_manager.h
@@ -15,7 +15,9 @@
#include "base/macros.h"
#include "base/memory/singleton.h"
#include "base/process/process.h"
+#include "base/supports_user_data.h"
fgorski 2017/03/28 17:01:12 needed?
Pete Williamson 2017/03/28 18:01:58 Done.
#include "content/common/download/mhtml_save_status.h"
+#include "content/public/browser/web_contents.h"
fgorski 2017/03/28 17:01:12 needed?
Pete Williamson 2017/03/28 18:01:58 Done.
#include "content/public/common/mhtml_generation_params.h"
#include "ipc/ipc_platform_file.h"

Powered by Google App Engine
This is Rietveld 408576698