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

Unified Diff: extensions/browser/api/cast_channel/cast_channel_enum_util.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
Index: extensions/browser/api/cast_channel/cast_channel_enum_util.h
diff --git a/extensions/browser/api/cast_channel/cast_channel_enum_util.h b/extensions/browser/api/cast_channel/cast_channel_enum_util.h
index 0fbe066827d88a8db3c31032eeb6276c296b1e83..9dede07ef4442074b4e995b03c56a9cca60c6766 100644
--- a/extensions/browser/api/cast_channel/cast_channel_enum_util.h
+++ b/extensions/browser/api/cast_channel/cast_channel_enum_util.h
@@ -16,10 +16,6 @@ api::cast_channel::ReadyState ToReadyState(
::cast_channel::ReadyState ready_state);
api::cast_channel::ChannelError ToChannelError(
::cast_channel::ChannelError channel_error);
-api::cast_channel::ChannelAuthType ToChannelAuthType(
- ::cast_channel::ChannelAuthType channel_auth);
-::cast_channel::ChannelAuthType ToChannelAuthTypeInternal(
- api::cast_channel::ChannelAuthType channel_auth);
} // namespace cast_channel
} // namespace api

Powered by Google App Engine
This is Rietveld 408576698