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

Unified Diff: remoting/host/audio_capturer_linux.h

Issue 10911271: Remove CommandLine dependency from the Linux's AudioCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | remoting/host/audio_capturer_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | remoting/host/audio_capturer_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698