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

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

Issue 2062913002: [Media Router] Allow casting new media to sink with existing route. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..01369c19c90de233a32bdb6a19a797c220cab47b 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,
+ REPLACE_LOCAL_ROUTE = 5,
// Note: Add entries only immediately above this line.
- TOTAL_COUNT = 5
+ TOTAL_COUNT = 6
};
class MediaRouterMetrics {
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698