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

Unified Diff: chrome/browser/media/router/media_router_metrics.h

Issue 2002293003: [Media Router] Allow casting new media to sink with existing route. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase for imcheng@'s off-the-record change Created 4 years, 7 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/media_router_metrics.h
diff --git a/chrome/browser/media/router/media_router_metrics.h b/chrome/browser/media/router/media_router_metrics.h
index 5d513479735f891c9339b8050496f47f1092d3ef..674cc9598838e06045595bda26036ed833cc5036 100644
--- a/chrome/browser/media/router/media_router_metrics.h
+++ b/chrome/browser/media/router/media_router_metrics.h
@@ -46,9 +46,10 @@ enum class MediaRouterUserAction {
STOP_LOCAL = 2,
CLOSE = 3,
STATUS_REMOTE = 4,
+ CAST_TO_ROUTE = 5,
mark a. foltz 2016/05/31 22:30:06 It's not obvious (to me) what user gesture is impl
btolsch 2016/06/01 01:58:16 Done.
// Note: Add entries only immediately above this line.
- TOTAL_COUNT = 5
+ TOTAL_COUNT = 6
};
class MediaRouterMetrics {

Powered by Google App Engine
This is Rietveld 408576698