aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/proto/cast_channel.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/proto/cast_channel.proto')
-rw-r--r--cast/common/channel/proto/cast_channel.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/cast/common/channel/proto/cast_channel.proto b/cast/common/channel/proto/cast_channel.proto
index 3714e360..58fb6c4d 100644
--- a/cast/common/channel/proto/cast_channel.proto
+++ b/cast/common/channel/proto/cast_channel.proto
@@ -6,6 +6,10 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
+// TODO(crbug.com/openscreen/90): Rename to openscreen.cast, to update to the
+// current namespacing of the library. Also, this file should probably be moved
+// to the public directory. And, all of this will have to be coordinated with a
+// DEPS roll in Chromium (since Chromium code depends on this).
package cast.channel;
message CastMessage {