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

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

Issue 1415103006: Non-Local Join for Media Router and Presentation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing ChromeOS System Tray Test Created 4 years, 11 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 d3e29952fd7e52468cc184071fbb191be7b186cb..5dc69666fae77733d470734121c410f489cca3bb 100644
--- a/chrome/browser/media/router/media_router_metrics.h
+++ b/chrome/browser/media/router/media_router_metrics.h
@@ -40,9 +40,10 @@ enum class MediaRouteProviderWakeReason {
STOP_LISTENING_FOR_ROUTE_MESSAGES = 11,
CONNECTION_ERROR = 12,
REGISTER_MEDIA_ROUTE_PROVIDER = 13,
+ CONNECT_ROUTE_BY_ROUTE_ID = 14,
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 14
+ TOTAL_COUNT = 15
};
class MediaRouterMetrics {
« no previous file with comments | « chrome/browser/media/router/media_router.mojom ('k') | chrome/browser/media/router/media_router_mojo_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698