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

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

Issue 90083002: Cast Extensions API: Major namespace and object renaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests Created 7 years 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/cast_streaming_udp_transport.idl
diff --git a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl b/chrome/common/extensions/api/cast_streaming_udp_transport.idl
similarity index 95%
rename from chrome/common/extensions/api/webrtc_cast_udp_transport.idl
rename to chrome/common/extensions/api/cast_streaming_udp_transport.idl
index 26ad6e594abfe701c5fa736ec17e561bcb3f1df7..8c140605f4356f0fa63142d6fc6aea4b1907f165 100644
--- a/chrome/common/extensions/api/webrtc_cast_udp_transport.idl
+++ b/chrome/common/extensions/api/cast_streaming_udp_transport.idl
@@ -6,7 +6,7 @@
// transport for Cast RTP streams. This API is not useful when standalone
// since it does not have send and receive methods.
// It is used to configure the UDP transport used in Cast session.
-namespace webrtc.castUdpTransport {
+namespace cast.streaming.udpTransport {
// The UDP socket address and port.
dictionary UdpParams {
DOMString address;
« no previous file with comments | « chrome/common/extensions/api/cast_streaming_session.idl ('k') | chrome/common/extensions/api/webrtc_cast_send_transport.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698