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

Unified Diff: components/cast_channel/cast_channel_enum.h

Issue 2925053005: [cast_channel] Implement CastSocketService::OpenSocket() (Closed)
Patch Set: move |logger_| from cast_channel_api to cast_socket_service Created 3 years, 6 months 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
« no previous file with comments | « no previous file | components/cast_channel/cast_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « no previous file | components/cast_channel/cast_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698