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

Unified Diff: media/blink/mock_weburlloader.h

Issue 1379543003: Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.cc ('k') | third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/mock_weburlloader.h
diff --git a/media/blink/mock_weburlloader.h b/media/blink/mock_weburlloader.h
index 68cf6da2f56696339e4007973387b2793fe8cea6..70dd5a6b175c31146b125db5916c59db3e61b71e 100644
--- a/media/blink/mock_weburlloader.h
+++ b/media/blink/mock_weburlloader.h
@@ -23,7 +23,6 @@
blink::WebURLLoaderClient* client));
MOCK_METHOD0(cancel, void());
MOCK_METHOD1(setDefersLoading, void(bool value));
- MOCK_METHOD1(setLoadingTaskRunner, void(blink::WebTaskRunner* task_runner));
private:
DISALLOW_COPY_AND_ASSIGN(MockWebURLLoader);
« no previous file with comments | « content/test/weburl_loader_mock.cc ('k') | third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698