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

Unified Diff: components/test_runner/mock_web_media_stream_center.cc

Issue 1858703003: Remove unused fields under components/test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: components/test_runner/mock_web_media_stream_center.cc
diff --git a/components/test_runner/mock_web_media_stream_center.cc b/components/test_runner/mock_web_media_stream_center.cc
index 24d526813837ef4f91e02b8e34f9acfa91084362..a675f8ae89087710388f986cf7f292d9d76041f2 100644
--- a/components/test_runner/mock_web_media_stream_center.cc
+++ b/components/test_runner/mock_web_media_stream_center.cc
@@ -40,8 +40,7 @@ class MockWebAudioDestinationConsumer
MockWebMediaStreamCenter::MockWebMediaStreamCenter(
blink::WebMediaStreamCenterClient* client,
- TestInterfaces* interfaces)
- : interfaces_(interfaces) {
+ TestInterfaces* interfaces) {
}
MockWebMediaStreamCenter::~MockWebMediaStreamCenter() {
« no previous file with comments | « components/test_runner/mock_web_media_stream_center.h ('k') | components/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698