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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_metrics.h

Issue 2728543009: [Media Router] Custom Controls 2 - add MediaRouter::GetRouteController() (Closed)
Patch Set: Combine CreateMRController and SetMRStatusObserver Created 3 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_mojo_metrics.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_metrics.h b/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
index e755b0f27d622bf19ed5b3a90867adce3c51c07a..9cc8b6166f31b50700ee19a0bdc7bf47094ce4a2 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
@@ -44,9 +44,10 @@ enum class MediaRouteProviderWakeReason {
UPDATE_MEDIA_SINKS = 16,
SEARCH_SINKS = 17,
PROVIDE_SINKS = 18,
+ CREATE_MEDIA_ROUTE_CONTROLLER = 19,
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 19
+ TOTAL_COUNT = 20
};
// The install status of the Media Router component extension.

Powered by Google App Engine
This is Rietveld 408576698