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

Unified Diff: components/test_runner/mock_web_media_stream_center.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
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 a675f8ae89087710388f986cf7f292d9d76041f2..55c0c9474533ba5a4042c6b4ba29028cdc55d8ba 100644
--- a/components/test_runner/mock_web_media_stream_center.cc
+++ b/components/test_runner/mock_web_media_stream_center.cc
@@ -38,14 +38,6 @@ class MockWebAudioDestinationConsumer
} // namespace
-MockWebMediaStreamCenter::MockWebMediaStreamCenter(
- blink::WebMediaStreamCenterClient* client,
- TestInterfaces* interfaces) {
-}
-
-MockWebMediaStreamCenter::~MockWebMediaStreamCenter() {
-}
-
void MockWebMediaStreamCenter::didEnableMediaStreamTrack(
const blink::WebMediaStreamTrack& track) {
track.source().setReadyState(blink::WebMediaStreamSource::ReadyStateLive);
« no previous file with comments | « components/test_runner/mock_web_media_stream_center.h ('k') | components/test_runner/mock_web_midi_accessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698