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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl

Issue 1571303003: Add JSON serializer to MediaDeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 4 years, 11 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 | « third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl b/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
index 4d441f419c2ecab8f6cfec3a8518934ace91363c..34b0e0c85b087e2b7cc80705cec0531ae3fe0d21 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl
@@ -37,4 +37,5 @@ enum MediaDeviceKind {
readonly attribute MediaDeviceKind kind;
readonly attribute DOMString label;
readonly attribute DOMString groupId;
+ serializer = {attribute};
};
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698