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

Unified Diff: content/child/request_info.cc

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another GYP fix Created 4 years, 5 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/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 3ae2d361d9a726d43a610415ebfe1142f5efa0f5..bda4ae631cda46cce45c8e45b8b75b6196454988 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -4,6 +4,8 @@
#include "content/child/request_info.h"
+#include "base/single_thread_task_runner.h"
+
namespace content {
RequestInfo::RequestInfo()
@@ -27,8 +29,7 @@ RequestInfo::RequestInfo()
enable_upload_progress(false),
do_not_prompt_for_login(false),
report_raw_headers(false),
- extra_data(NULL),
- loading_web_task_runner(nullptr) {}
+ extra_data(NULL) {}
RequestInfo::~RequestInfo() {}

Powered by Google App Engine
This is Rietveld 408576698