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

Unified Diff: content/test/weburl_loader_mock.cc

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.cc
diff --git a/content/test/weburl_loader_mock.cc b/content/test/weburl_loader_mock.cc
index b7f29e4d3e671c27640fbd8200bd7a6429785fa2..9e5347223fbad2c703ca4b881739f3d10edfc0bd 100644
--- a/content/test/weburl_loader_mock.cc
+++ b/content/test/weburl_loader_mock.cc
@@ -147,3 +147,7 @@ void WebURLLoaderMock::setDefersLoading(bool deferred) {
}
NOTIMPLEMENTED();
}
+
+void WebURLLoaderMock::setLoadingTaskRunner(blink::WebTaskRunner*) {
+ NOTIMPLEMENTED();
+}

Powered by Google App Engine
This is Rietveld 408576698