From 03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 30 Sep 2011 00:28:14 +0000 Subject: Here are more exports needed for content_unittests to link in the component build. R=jam@chromium.org, darin@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8054037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103394 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/media/media_stream_options.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content/common/media') diff --git a/content/common/media/media_stream_options.h b/content/common/media/media_stream_options.h index de738e3..77533b3 100644 --- a/content/common/media/media_stream_options.h +++ b/content/common/media/media_stream_options.h @@ -8,12 +8,14 @@ #include #include +#include "content/common/content_export.h" + namespace media_stream { // StreamOptions is a Chromium representation of WebKit's // WebGenerateStreamOptionFlags. It describes the components in a request for a // new media stream. -struct StreamOptions { +struct CONTENT_EXPORT StreamOptions { enum VideoOption { kNoCamera = 0, kFacingUser, @@ -41,7 +43,7 @@ enum MediaStreamType { }; // StreamDeviceInfo describes information about a device. -struct StreamDeviceInfo { +struct CONTENT_EXPORT StreamDeviceInfo { static const int kNoId; StreamDeviceInfo(); -- cgit v1.1