| Index: chrome/browser/media/router/create_presentation_connection_request.h
|
| diff --git a/chrome/browser/media/router/create_presentation_connection_request.h b/chrome/browser/media/router/create_presentation_connection_request.h
|
| index 4c9d5aa4f14e0c1ef286a4e37e2eb6c57b05427f..006c6baa466c2f50e4e11ff87b83b3dc4d8a9e45 100644
|
| --- a/chrome/browser/media/router/create_presentation_connection_request.h
|
| +++ b/chrome/browser/media/router/create_presentation_connection_request.h
|
| @@ -32,6 +32,8 @@ class RouteRequestResult;
|
| // presentation_service_delegate_impl, which is then passed to and owned by the
|
| // MediaRouterUI. |success_cb| will be invoked when create-session succeeds, or
|
| // |error_cb| will be invoked when create-session fails or the UI closes.
|
| +// TODO(mfoltz): Combine this with PresentationRequest as it's largely
|
| +// redundant.
|
| class CreatePresentationConnectionRequest {
|
| public:
|
| using PresentationConnectionCallback =
|
| @@ -43,7 +45,7 @@ class CreatePresentationConnectionRequest {
|
| // |frame_origin|: The origin of the frame that initiated the presentation
|
| // request.
|
| // |success_cb|: Callback to invoke when the request succeeds. Must be valid.
|
| - // |erorr_cb|: Callback to invoke when the request fails. Must be valid.
|
| + // |error_cb|: Callback to invoke when the request fails. Must be valid.
|
| CreatePresentationConnectionRequest(
|
| const RenderFrameHostId& render_frame_host_id,
|
| const std::vector<GURL>& presentation_urls,
|
|
|