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

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

Issue 1911183002: [Media Router] Implement an internal Media Routes observer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 1f25a95ba796172be5f05f7cce0c1b07971f968a..6199c85372502f4f1bc14ca8de7706fbfcd9df4c 100644
--- a/chrome/browser/media/router/mojo/media_router.mojom
+++ b/chrome/browser/media/router/mojo/media_router.mojom
@@ -119,7 +119,8 @@ struct RouteMessage {
enum RouteRequestResultCode {
UNKNOWN_ERROR,
OK,
- TIMED_OUT
+ TIMED_OUT,
+ ROUTE_NOT_FOUND
};
// Modeled after the MediaRouter interface defined in

Powered by Google App Engine
This is Rietveld 408576698