| Index: remoting/host/audio_capturer_mac.cc
|
| diff --git a/remoting/host/audio_capturer_mac.cc b/remoting/host/audio_capturer_mac.cc
|
| index 1901dfcd96862a69dee3574b7cfe9caaa5900fe8..1db67c25a05954fd8916cea9f62c3a61224bc28d 100644
|
| --- a/remoting/host/audio_capturer_mac.cc
|
| +++ b/remoting/host/audio_capturer_mac.cc
|
| @@ -7,6 +7,10 @@
|
|
|
| namespace remoting {
|
|
|
| +bool AudioCapturer::IsSupported() {
|
| + return false;
|
| +}
|
| +
|
| scoped_ptr<AudioCapturer> AudioCapturer::Create() {
|
| NOTIMPLEMENTED();
|
| return scoped_ptr<AudioCapturer>(NULL);
|
|
|