Index: remoting/host/ipc_audio_capturer.h |
diff --git a/remoting/host/ipc_audio_capturer.h b/remoting/host/ipc_audio_capturer.h |
index d0bdbe3fc7b4772bf329f5349cb60519a7367f98..46d2ef20e170c686161ecf2f753211c01f715ec5 100644 |
--- a/remoting/host/ipc_audio_capturer.h |
+++ b/remoting/host/ipc_audio_capturer.h |
@@ -24,8 +24,6 @@ class IpcAudioCapturer : public AudioCapturer { |
// AudioCapturer interface. |
bool Start(const PacketCapturedCallback& callback) override; |
- void Stop() override; |
- bool IsStarted() override; |
// Called by DesktopSessionProxy when an audio packet is received. |
void OnAudioPacket(scoped_ptr<AudioPacket> packet); |