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

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

Issue 1363593003: [Media Router] Set timeout for route creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per imcheng@'s comments. Created 5 years, 2 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
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/media/router/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/media_router.mojom
diff --git a/chrome/browser/media/router/media_router.mojom b/chrome/browser/media/router/media_router.mojom
index a7425499e49cb3d79afc08f1fbff84a2c1a71dcb..2ab12f07185ddce82bb2a57dd5f974a0a4bd4dcb 100644
--- a/chrome/browser/media/router/media_router.mojom
+++ b/chrome/browser/media/router/media_router.mojom
@@ -19,8 +19,6 @@ struct MediaSink {
string name;
// The type of icon to show in the UI for this media sink.
IconType icon_type;
- // True if a route is being created to this sink.
- bool is_launching;
};
// Should be kept in sync with media_route.h.
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/media/router/media_router_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698