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

Unified Diff: content/test/mock_weburlloader.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/mock_weburlloader.h
diff --git a/content/test/mock_weburlloader.h b/content/test/mock_weburlloader.h
index db26111a27d1f1aad8239f575c552dee6be892a1..4b96ed3d597717d9f91f2ebad15d0afe458a295f 100644
--- a/content/test/mock_weburlloader.h
+++ b/content/test/mock_weburlloader.h
@@ -23,6 +23,8 @@ class MockWebURLLoader : public blink::WebURLLoader {
blink::WebURLLoaderClient* client));
MOCK_METHOD0(cancel, void());
MOCK_METHOD1(setDefersLoading, void(bool value));
+ MOCK_METHOD1(setLoadingTaskRunner,
+ void(blink::WebTaskRunner* loading_task_runner));
private:
DISALLOW_COPY_AND_ASSIGN(MockWebURLLoader);

Powered by Google App Engine
This is Rietveld 408576698