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

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: Address Derek's comments 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..d1d61304fe1d9abe26150d0b85898b967e1de985 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_AND_SET_OBSERVER = 19,
imcheng 2017/04/07 22:45:48 You will also need to update tools/metrics/histogr
takumif 2017/04/11 04:08:37 Done.
// 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