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

Unified Diff: content/common/media/media_devices.h

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase Created 4 years, 2 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 | « content/common/media/OWNERS ('k') | content/common/media/media_devices.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/media_devices.h
diff --git a/content/common/media/media_devices.h b/content/common/media/media_devices.h
index 39255d151a8808a5542cb59d8a697ff8dd734086..98fab1d4006fb88586dcd2921328a425dc006d24 100644
--- a/content/common/media/media_devices.h
+++ b/content/common/media/media_devices.h
@@ -8,6 +8,8 @@
#include <string>
#include <vector>
+#include "content/common/content_export.h"
+
namespace content {
enum MediaDeviceType {
@@ -17,7 +19,8 @@ enum MediaDeviceType {
NUM_MEDIA_DEVICE_TYPES,
};
-struct MediaDeviceInfo {
+struct CONTENT_EXPORT MediaDeviceInfo {
+ MediaDeviceInfo() = default;
MediaDeviceInfo(const std::string& device_id,
const std::string& label,
const std::string& group_id);
« no previous file with comments | « content/common/media/OWNERS ('k') | content/common/media/media_devices.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698