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

Unified Diff: content/test/weburl_loader_mock.cc

Issue 1402933002: Revert "Post loading tasks on the appropriate WebFrameScheduler's queue." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bad merge 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
« no previous file with comments | « content/test/weburl_loader_mock.h ('k') | media/blink/mock_weburlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/weburl_loader_mock.cc
diff --git a/content/test/weburl_loader_mock.cc b/content/test/weburl_loader_mock.cc
index 9e5347223fbad2c703ca4b881739f3d10edfc0bd..b7f29e4d3e671c27640fbd8200bd7a6429785fa2 100644
--- a/content/test/weburl_loader_mock.cc
+++ b/content/test/weburl_loader_mock.cc
@@ -147,7 +147,3 @@ void WebURLLoaderMock::setDefersLoading(bool deferred) {
}
NOTIMPLEMENTED();
}
-
-void WebURLLoaderMock::setLoadingTaskRunner(blink::WebTaskRunner*) {
- NOTIMPLEMENTED();
-}
« no previous file with comments | « content/test/weburl_loader_mock.h ('k') | media/blink/mock_weburlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698