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

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

Issue 2679893002: [Media Router] Add ProvideSinks() Mojo API (Closed)
Patch Set: Created 3 years, 10 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 9708a365ffbfd2a4e137f919c9316e10cd09ccb3..ab60508e500fdfb4586b07a93d579b09c27e738b 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
@@ -43,9 +43,10 @@ enum class MediaRouteProviderWakeReason {
ENABLE_MDNS_DISCOVERY = 15,
UPDATE_MEDIA_SINKS = 16,
SEARCH_SINKS = 17,
+ ON_SINKS_DISCOVERED = 18,
mark a. foltz 2017/02/10 01:23:55 I think you'll need to update tools/metrics/histog
zhaobin 2017/02/16 22:56:35 Done.
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 18
+ TOTAL_COUNT = 19
};
// The install status of the Media Router component extension.

Powered by Google App Engine
This is Rietveld 408576698