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

Unified Diff: chrome/browser/media/router/mojo/media_router.mojom

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update PresentationServiceDelegateImpl unittest Created 3 years, 9 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: chrome/browser/media/router/mojo/media_router.mojom
diff --git a/chrome/browser/media/router/mojo/media_router.mojom b/chrome/browser/media/router/mojo/media_router.mojom
index 345bfb5d0534d36aeda455d905d0da68190283ef..173de06877a7f630daee0c4f115351fdfa3318d7 100644
--- a/chrome/browser/media/router/mojo/media_router.mojom
+++ b/chrome/browser/media/router/mojo/media_router.mojom
@@ -380,7 +380,7 @@ interface MediaRouter {
AVAILABLE
};
- // Keep in sync with content/public/common/presentation_session.h.
+ // Keep in sync with content/public/common/presentation_info.h.
enum PresentationConnectionState {
CONNECTING,
CONNECTED,
@@ -388,7 +388,7 @@ interface MediaRouter {
TERMINATED
};
- // Keep in sync with content/public/common/presentation_session.h.
+ // Keep in sync with content/public/common/presentation_info.h.
enum PresentationConnectionCloseReason {
CONNECTION_ERROR,
CLOSED,

Powered by Google App Engine
This is Rietveld 408576698