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

Unified Diff: chrome/browser/media/android/router/media_router_dialog_controller_android.cc

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update presentation service mock. 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/android/router/media_router_dialog_controller_android.cc
diff --git a/chrome/browser/media/android/router/media_router_dialog_controller_android.cc b/chrome/browser/media/android/router/media_router_dialog_controller_android.cc
index 9da673462478100c92268048b5e1da0e64665592..d619c59bb3b2af17d24806b8fb308cb48bd5c26d 100644
--- a/chrome/browser/media/android/router/media_router_dialog_controller_android.cc
+++ b/chrome/browser/media/android/router/media_router_dialog_controller_android.cc
@@ -95,7 +95,7 @@ void MediaRouterDialogControllerAndroid::CancelPresentationRequest() {
return;
request->InvokeErrorCallback(content::PresentationError(
- content::PRESENTATION_ERROR_SESSION_REQUEST_CANCELLED,
+ content::PRESENTATION_ERROR_PRESENTATION_REQUEST_CANCELLED,
"Dialog closed."));
}

Powered by Google App Engine
This is Rietveld 408576698