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

Unified Diff: content/test/weburl_loader_mock.h

Issue 1366883002: [Reland] Post loading tasks on the appropriate WebFrameScheduler's queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UAF in BackgroundHTMLParser Created 5 years, 2 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/test/weburl_loader_mock.h
diff --git a/content/test/weburl_loader_mock.h b/content/test/weburl_loader_mock.h
index 025eaef5eac0b90e55461183db111c1e7f6c76d7..a098a8e5bac51e88d97c8bf26467277069043927 100644
--- a/content/test/weburl_loader_mock.h
+++ b/content/test/weburl_loader_mock.h
@@ -55,6 +55,8 @@ class WebURLLoaderMock : public blink::WebURLLoader {
bool isDeferred() { return is_deferred_; }
+ void setLoadingTaskRunner(blink::WebTaskRunner*) override;
+
private:
WebURLLoaderMockFactory* factory_;
blink::WebURLLoaderClient* client_;

Powered by Google App Engine
This is Rietveld 408576698