Index: components/cast_channel/cast_channel_enum.h |
diff --git a/components/cast_channel/cast_channel_enum.h b/components/cast_channel/cast_channel_enum.h |
index 1ccf670d682e9411f2487fceb788ef8706e7af71..c1f7f2bb73458c51a7f30ad58add5ca44d6979b3 100644 |
--- a/components/cast_channel/cast_channel_enum.h |
+++ b/components/cast_channel/cast_channel_enum.h |
@@ -22,7 +22,7 @@ enum class ReadyState { |
NONE, |
CONNECTING, |
OPEN, |
- CLOSING, |
+ CLOSING, // TODO(zhaobin): Remove this value because it is unused. |
CLOSED, |
}; |