summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media/router/create_presentation_connection_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/media/router/create_presentation_connection_request.h')
-rw-r--r--chrome/browser/media/router/create_presentation_connection_request.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/media/router/create_presentation_connection_request.h b/chrome/browser/media/router/create_presentation_connection_request.h
index 024dd1b..e85f0c0 100644
--- a/chrome/browser/media/router/create_presentation_connection_request.h
+++ b/chrome/browser/media/router/create_presentation_connection_request.h
@@ -22,6 +22,8 @@ struct PresentationSessionInfo;
namespace media_router {
+class RouteRequestResult;
+
// Holds parameters for creating a presentation session.
// A request object is created by presentation_service_delegate_impl when it
// gets create-session request. The object is then passed to and owned by the
@@ -62,9 +64,7 @@ class CreatePresentationConnectionRequest {
// Handle route creation/joining response by invoking the right callback.
static void HandleRouteResponse(
scoped_ptr<CreatePresentationConnectionRequest> presentation_request,
- const MediaRoute* route,
- const std::string& presentation_id,
- const std::string& error);
+ const RouteRequestResult& result);
private:
const PresentationRequest presentation_request_;