Chromium Code Reviews| Index: remoting/host/audio_capturer_linux.h |
| diff --git a/remoting/host/audio_capturer_linux.h b/remoting/host/audio_capturer_linux.h |
| index c85beb3a2c62064874cb1c8cbb5f6007086cd1b3..8867218bdf12c239c57a6cca95ea9e158535f13a 100644 |
| --- a/remoting/host/audio_capturer_linux.h |
| +++ b/remoting/host/audio_capturer_linux.h |
| @@ -18,6 +18,10 @@ namespace remoting { |
| class AudioCapturerLinux : public AudioCapturer, |
| public MessageLoopForIO::Watcher { |
| public: |
| + // Must be called to initialize the capturer before the first instance is |
|
Wez
2012/09/14 01:20:54
nit: initialize -> configure
Sergey Ulanov
2012/09/14 01:25:32
Done.
|
| + // created. |
| + static void SetPipeName(const FilePath& pipe_name); |
| + |
| explicit AudioCapturerLinux(const FilePath& pipe_name); |
| virtual ~AudioCapturerLinux(); |