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

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..8a825fffbf0b3fee922c56d750c7e7d4e0caf9a6 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 configure the capturer before the first instance is
+ // 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