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

Unified Diff: chrome/browser/media/router/media_router_metrics.h

Issue 1821823002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, build, and removing move Created 4 years, 9 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/media_router_metrics.h
diff --git a/chrome/browser/media/router/media_router_metrics.h b/chrome/browser/media/router/media_router_metrics.h
index 9eda482a2852af5a9284def8f04ac3cc8a351e37..a7c9e17f0603e27d960afbcd41452291c8dbc5a4 100644
--- a/chrome/browser/media/router/media_router_metrics.h
+++ b/chrome/browser/media/router/media_router_metrics.h
@@ -76,9 +76,10 @@ enum class MediaRouteProviderWakeReason {
CONNECTION_ERROR = 12,
REGISTER_MEDIA_ROUTE_PROVIDER = 13,
CONNECT_ROUTE_BY_ROUTE_ID = 14,
+ ENABLE_MDNS_DISCOVERY = 15,
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 15
+ TOTAL_COUNT = 16
};
// The install status of the Media Router component extension.

Powered by Google App Engine
This is Rietveld 408576698