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

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

Issue 8570024: Enable content component (again!). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak audio exports 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
Index: content/renderer/media/audio_input_device.h
diff --git a/content/renderer/media/audio_input_device.h b/content/renderer/media/audio_input_device.h
index ed21eb5ec7cc2066dcfb6d7b23b22abb8fd93e6f..c766cda953fcf1b07f7a27d2cf7051b2dfd93728 100644
--- a/content/renderer/media/audio_input_device.h
+++ b/content/renderer/media/audio_input_device.h
@@ -89,7 +89,7 @@ class CONTENT_EXPORT AudioInputDevice
public base::DelegateSimpleThread::Delegate,
public base::RefCountedThreadSafe<AudioInputDevice> {
public:
- class CaptureCallback {
+ class CONTENT_EXPORT CaptureCallback {
public:
virtual void Capture(const std::vector<float*>& audio_data,
size_t number_of_frames,
@@ -98,7 +98,7 @@ class CONTENT_EXPORT AudioInputDevice
virtual ~CaptureCallback() {}
};
- class CaptureEventHandler {
+ class CONTENT_EXPORT CaptureEventHandler {
public:
// Notification to the client that the device with the specific index has
// been started. This callback is triggered as a result of StartDevice().
« no previous file with comments | « content/public/common/show_desktop_notification_params.h ('k') | content/renderer/media/webrtc_audio_device_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698