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

Unified Diff: chrome/common/extensions/api/webrtc_cast_send_transport.idl

Issue 47343005: Data type conversion between extensions API and Cast API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed comments Created 7 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: chrome/common/extensions/api/webrtc_cast_send_transport.idl
diff --git a/chrome/common/extensions/api/webrtc_cast_send_transport.idl b/chrome/common/extensions/api/webrtc_cast_send_transport.idl
index d2107f45c9e41b7a126649b4e054cb3523afeaaf..a6c9c88b0ae8318a7326c0eb0f2ed790f8884fee 100644
--- a/chrome/common/extensions/api/webrtc_cast_send_transport.idl
+++ b/chrome/common/extensions/api/webrtc_cast_send_transport.idl
@@ -37,7 +37,7 @@ namespace webrtc.castSendTransport {
long? height;
// A list of codec specific params.
- CodecSpecificParams[] codecSpecficParams;
+ CodecSpecificParams[] codecSpecificParams;
};
// Cast transport capabilities
« no previous file with comments | « chrome/browser/extensions/webrtc_cast_apitest.cc ('k') | chrome/renderer/extensions/webrtc_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698