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

Unified Diff: components/test_runner/web_test_interfaces.cc

Issue 1852603002: Replacing most of web_task.h with base::Closure + base::WeakPtrFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-mocks-to-test-runner
Patch Set: Rebasing... Created 4 years, 8 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 | « components/test_runner/web_task.cc ('k') | components/test_runner/web_view_test_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_interfaces.cc
diff --git a/components/test_runner/web_test_interfaces.cc b/components/test_runner/web_test_interfaces.cc
index 748b3ef0bb8cd22fb7d5e4a5611dd3025612d9f7..7fbd288a1a7ca179f678e0b14e19773a8f9145bc 100644
--- a/components/test_runner/web_test_interfaces.cc
+++ b/components/test_runner/web_test_interfaces.cc
@@ -70,7 +70,7 @@ TestInterfaces* WebTestInterfaces::GetTestInterfaces() {
WebMediaStreamCenter* WebTestInterfaces::CreateMediaStreamCenter(
WebMediaStreamCenterClient* client) {
- return new MockWebMediaStreamCenter(client, interfaces_.get());
+ return new MockWebMediaStreamCenter();
}
WebRTCPeerConnectionHandler*
« no previous file with comments | « components/test_runner/web_task.cc ('k') | components/test_runner/web_view_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698