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

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

Issue 1862913004: [Media Router] Wire through a new MRPM call to update media sinks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing run loops 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 d5e72aa3661b1cfd74216c6edbc9091fdf4bdc4d..9f82ccc33fcc20bb50720da8e6fb39fb6fa1cea6 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_metrics.h
@@ -40,9 +40,10 @@ enum class MediaRouteProviderWakeReason {
REGISTER_MEDIA_ROUTE_PROVIDER = 13,
CONNECT_ROUTE_BY_ROUTE_ID = 14,
ENABLE_MDNS_DISCOVERY = 15,
+ UPDATE_MEDIA_SINKS = 16,
// NOTE: Add entries only immediately above this line.
- TOTAL_COUNT = 16
+ TOTAL_COUNT = 17
};
// The install status of the Media Router component extension.

Powered by Google App Engine
This is Rietveld 408576698