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

Unified Diff: media/audio/audio_output_ipc.h

Issue 10834033: Move AudioDevice and AudioInputDevice to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed a few lint issues Created 8 years, 5 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 | « media/audio/audio_output_device_unittest.cc ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_ipc.h
===================================================================
--- media/audio/audio_output_ipc.h (revision 148738)
+++ media/audio/audio_output_ipc.h (working copy)
@@ -14,7 +14,7 @@
// Contains IPC notifications for the state of the server side
// (AudioOutputController) audio state changes and when an AudioOutputController
-// has been created. Implemented by AudioDevice.
+// has been created. Implemented by AudioOutputDevice.
class MEDIA_EXPORT AudioOutputIPCDelegate {
public:
// Current status of the audio output stream in the browser process. Browser
@@ -51,9 +51,9 @@
virtual ~AudioOutputIPCDelegate();
};
-// Provides IPC functionality for an AudioDevice. The implementation should
-// asynchronously deliver the messages to an AudioOutputController object (or
-// create one in the case of CreateStream()), that may live in a separate
+// Provides IPC functionality for an AudioOutputDevice. The implementation
+// should asynchronously deliver the messages to an AudioOutputController object
+// (or create one in the case of CreateStream()), that may live in a separate
// process.
class MEDIA_EXPORT AudioOutputIPC {
public:
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698