Chromium Code Reviews| 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..fc929a9174cc0c7326f4abc9e6e32a6e5131c86e 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, |
| + USER_GESTURE_DISCOVERY = 16, |
|
apacible
2016/04/06 17:50:18
This isn't being reported for the histogram. Use S
amp
2016/04/07 20:37:39
Ah, yes nice catch. That made me realize I may not
apacible
2016/04/08 16:46:44
One more thing -- you'll need to add this value to
amp
2016/04/09 00:02:11
Done, and duly noted about potential merge conflic
|
| // NOTE: Add entries only immediately above this line. |
| - TOTAL_COUNT = 16 |
| + TOTAL_COUNT = 17 |
| }; |
| // The install status of the Media Router component extension. |