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

Unified Diff: content/renderer/media/audio_input_message_filter.h

Issue 8539014: Export the AudioDevice and AudioDeviceInput classes so that unit tests have access to them in sha... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: added missing file Created 9 years, 1 month 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 | « content/renderer/media/audio_input_device.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_input_message_filter.h
===================================================================
--- content/renderer/media/audio_input_message_filter.h (revision 109607)
+++ content/renderer/media/audio_input_message_filter.h (working copy)
@@ -16,13 +16,15 @@
#include "base/id_map.h"
#include "base/shared_memory.h"
#include "base/sync_socket.h"
+#include "content/common/content_export.h"
#include "content/common/media/audio_stream_state.h"
#include "ipc/ipc_channel_proxy.h"
#include "media/audio/audio_buffers_state.h"
-class AudioInputMessageFilter : public IPC::ChannelProxy::MessageFilter {
+class CONTENT_EXPORT AudioInputMessageFilter
+ : public IPC::ChannelProxy::MessageFilter {
public:
- class Delegate {
+ class CONTENT_EXPORT Delegate {
public:
// Called when a low-latency audio input stream has been created in the
// browser process.
« no previous file with comments | « content/renderer/media/audio_input_device.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698