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

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

Issue 47303005: Implement native bindings for cast extensions API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build again 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_udp_transport.idl
diff --git a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl b/chrome/common/extensions/api/webrtc_cast_udp_transport.idl
index 0370a38c8338b04e088eb71f3ec7b29ae62778ce..a3f1376491c21167e4d88e9aa286d1234a91bd38 100644
--- a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl
+++ b/chrome/common/extensions/api/webrtc_cast_udp_transport.idl
@@ -17,7 +17,7 @@ namespace webrtc.castUdpTransport {
// Result of <code>create</code> call.
dictionary CreateInfo {
// The ID of the newly created UDP transport.
- long tranportId;
+ long transportId;
// The transport params.
UdpParams params;
« no previous file with comments | « chrome/common/extensions/api/webrtc_cast_send_transport.idl ('k') | chrome/renderer/extensions/webrtc_native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698