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

Unified Diff: content/child/web_url_loader_impl.h

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/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index 53fbe1d6b5ca18ca395f6ea4324c2d8721b3062b..bcc221c6966aa4df8058b723c0a634aa67feec22 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -38,8 +38,7 @@ class CONTENT_EXPORT WebURLLoaderImpl
public:
// Takes ownership of |web_task_runner|.
- WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher,
- std::unique_ptr<blink::WebTaskRunner> web_task_runner);
+ WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher);
~WebURLLoaderImpl() override;
static void PopulateURLResponse(const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698