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

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

Issue 2522983002: Add Media Router result code for user cancellation (Closed)
Patch Set: Add missing conversion code Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/media/router/mojo/media_router_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e68a1e09f020fc35b6330550ea6cf52d1d67fcf8..943c416f6ae57193efd9a9792475202174283158 100644
--- a/chrome/browser/media/router/mojo/media_router.mojom
+++ b/chrome/browser/media/router/mojo/media_router.mojom
@@ -127,6 +127,7 @@ struct SinkSearchCriteria {
// - RouteRequestResult::ResultCode in route_request_result.h
// - MediaRouteProviderResult enum in tools/metrics/histograms.xml.
// - mr.RouteRequestResultCode in route_request_error.js
+// - RouteRequestResultCodeFromMojo in media_router_type_converters.cc
enum RouteRequestResultCode {
UNKNOWN_ERROR,
OK,
@@ -135,7 +136,8 @@ enum RouteRequestResultCode {
SINK_NOT_FOUND,
INVALID_ORIGIN,
INCOGNITO_MISMATCH,
- NO_SUPPORTED_PROVIDER
+ NO_SUPPORTED_PROVIDER,
+ CANCELLED
// New values must be added here.
};
« no previous file with comments | « no previous file | chrome/browser/media/router/mojo/media_router_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698