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

Unified Diff: media/audio/mock_audio_output_ipc.cc

Issue 1666363005: Switching audio clients to using RestartableAudioRendererSink interface as a sink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing RestartableAudioOutputDevice interface Created 4 years, 10 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: media/audio/mock_audio_output_ipc.cc
diff --git a/media/audio/mock_audio_output_ipc.cc b/media/audio/mock_audio_output_ipc.cc
new file mode 100644
index 0000000000000000000000000000000000000000..10aec4c5f6ce6c048cf099547d085a4e82b72386
--- /dev/null
+++ b/media/audio/mock_audio_output_ipc.cc
@@ -0,0 +1,12 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/audio/mock_audio_output_ipc.h"
+
+namespace media {
+
+MockAudioOutputIPC::MockAudioOutputIPC() {}
+MockAudioOutputIPC::~MockAudioOutputIPC() {}
+
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698