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

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

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: add missing file Created 4 years, 3 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
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..fd8d04e856d9e76f93512ca80a5152d19027e4f9 100644
--- a/content/common/media/media_devices.h
+++ b/content/common/media/media_devices.h
@@ -18,6 +18,7 @@ enum MediaDeviceType {
};
struct MediaDeviceInfo {
+ MediaDeviceInfo() = default;
MediaDeviceInfo(const std::string& device_id,
const std::string& label,
const std::string& group_id);

Powered by Google App Engine
This is Rietveld 408576698