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

Unified Diff: components/cast_channel/cast_channel_enum.h

Issue 2942743002: [cast_channel] Clean up CastSocketImpl ctor parameters (Closed)
Patch Set: fix compile error 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_channel_enum.cc » ('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 31117983c2830667269c4719c0c032b2cb25e893..1ccf670d682e9411f2487fceb788ef8706e7af71 100644
--- a/components/cast_channel/cast_channel_enum.h
+++ b/components/cast_channel/cast_channel_enum.h
@@ -41,12 +41,6 @@ enum class ChannelError {
UNKNOWN,
};
-// Maps to enum ChannelAuth in cast_channel.idl
-enum class ChannelAuthType {
- NONE,
- SSL_VERIFIED,
-};
-
// Used in ErrorInfo.eventType in cast_channel.idl
enum class ChannelEvent {
UNKNOWN = 0,
@@ -144,7 +138,6 @@ enum class WriteState {
std::string ReadyStateToString(ReadyState ready_state);
std::string ChannelErrorToString(ChannelError channel_error);
-std::string ChannelAuthTypeToString(ChannelAuthType channel_auth);
} // namespace cast_channel
« no previous file with comments | « no previous file | components/cast_channel/cast_channel_enum.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698