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

Side by Side Diff: chrome/browser/media/router/create_presentation_connection_request.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_ 5 #ifndef CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_
6 #define CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_ 6 #define CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "chrome/browser/media/router/media_route.h"
14 #include "chrome/browser/media/router/media_source.h"
15 #include "chrome/browser/media/router/presentation_request.h" 13 #include "chrome/browser/media/router/presentation_request.h"
16 #include "chrome/browser/media/router/render_frame_host_id.h" 14 #include "chrome/browser/media/router/render_frame_host_id.h"
15 #include "chrome/common/media_router/media_route.h"
17 #include "content/public/browser/presentation_service_delegate.h" 16 #include "content/public/browser/presentation_service_delegate.h"
18 17
19 namespace content { 18 namespace content {
20 struct PresentationError; 19 struct PresentationError;
21 struct PresentationInfo; 20 struct PresentationInfo;
22 } // namespace content 21 } // namespace content
23 22
24 namespace url { 23 namespace url {
25 class Origin; 24 class Origin;
26 } // namespace url 25 } // namespace url
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PresentationConnectionCallback success_cb_; 74 PresentationConnectionCallback success_cb_;
76 PresentationConnectionErrorCallback error_cb_; 75 PresentationConnectionErrorCallback error_cb_;
77 bool cb_invoked_; 76 bool cb_invoked_;
78 77
79 DISALLOW_COPY_AND_ASSIGN(CreatePresentationConnectionRequest); 78 DISALLOW_COPY_AND_ASSIGN(CreatePresentationConnectionRequest);
80 }; 79 };
81 80
82 } // namespace media_router 81 } // namespace media_router
83 82
84 #endif // CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_ 83 #endif // CHROME_BROWSER_MEDIA_ROUTER_CREATE_PRESENTATION_CONNECTION_REQUEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698