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

Unified Diff: content/test/mock_weburlloader.h

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/renderer/renderer_blink_platform_impl.cc ('k') | content/test/weburl_loader_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_weburlloader.h
diff --git a/content/test/mock_weburlloader.h b/content/test/mock_weburlloader.h
index 4b96ed3d597717d9f91f2ebad15d0afe458a295f..db26111a27d1f1aad8239f575c552dee6be892a1 100644
--- a/content/test/mock_weburlloader.h
+++ b/content/test/mock_weburlloader.h
@@ -23,8 +23,6 @@ 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);
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/test/weburl_loader_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698