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

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

Issue 2679893002: [Media Router] Add ProvideSinks() Mojo API (Closed)
Patch Set: fix android compile error 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 9708a365ffbfd2a4e137f919c9316e10cd09ccb3..e755b0f27d622bf19ed5b3a90867adce3c51c07a 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,
+ PROVIDE_SINKS = 18,
// 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