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

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

Issue 1805813002: [Media Router] Wiring for searching route providers for new sinks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarifying pseudo sink comments Created 4 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 9f82ccc33fcc20bb50720da8e6fb39fb6fa1cea6..bd13db6cfb83d4d22702b51537ae3ae78129777d 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
@@ -41,9 +41,10 @@ enum class MediaRouteProviderWakeReason {
CONNECT_ROUTE_BY_ROUTE_ID = 14,
ENABLE_MDNS_DISCOVERY = 15,
UPDATE_MEDIA_SINKS = 16,
+ SEARCH_SINKS = 17,
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 17
+ TOTAL_COUNT = 18
};
// The install status of the Media Router component extension.

Powered by Google App Engine
This is Rietveld 408576698