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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_ui.cc

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/ui/webui/media_router/media_router_ui.cc
diff --git a/chrome/browser/ui/webui/media_router/media_router_ui.cc b/chrome/browser/ui/webui/media_router/media_router_ui.cc
index 705823e7af5c5a4562b5926438fed6fc7089edb5..5a1c888cfffe7ff35e1204526dbcbab38924dd6d 100644
--- a/chrome/browser/ui/webui/media_router/media_router_ui.cc
+++ b/chrome/browser/ui/webui/media_router/media_router_ui.cc
@@ -203,7 +203,7 @@ MediaRouterUI::~MediaRouterUI() {
});
if (presentation_sinks_available) {
create_session_request_->InvokeErrorCallback(content::PresentationError(
- content::PRESENTATION_ERROR_SESSION_REQUEST_CANCELLED,
+ content::PRESENTATION_ERROR_PRESENTATION_REQUEST_CANCELLED,
"Dialog closed."));
} else {
create_session_request_->InvokeErrorCallback(content::PresentationError(

Powered by Google App Engine
This is Rietveld 408576698