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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2111303003: [Media Router] Replace route messaging API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5ef2c93c7e9cb479aeaa0c797a5a52499b1ec56d..f3e4f87ff42e0eff67940b2c8be19daa4f7243af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82173,7 +82173,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="7" label="StopObservingMediaSinks"/>
<int value="8" label="StartObservingMediaRoutes"/>
<int value="9" label="StopObservingMediaRoutes"/>
- <int value="10" label="ListenForRouteMessages"/>
+ <int value="10" label="StartListeningForRouteMessages"/>
<int value="11" label="StopListeningForRouteMessages"/>
<int value="12" label="ConnectionError"/>
<int value="13" label="RegisterMediaRouteProvider"/>

Powered by Google App Engine
This is Rietveld 408576698