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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1146813010: Introduce moderate binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve Yaron's comments Created 5 years, 6 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 57daa7befac55f5d60833ee420c28fd6291f8934..71024f8b12406e7f90a6a60a3058634b480a8eea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16994,6 +16994,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MobileBindingManager.ModerateBindingCount">
Maria 2015/06/16 01:33:02 We prefer not to start new top level namespaces fo
Jaekyun Seok (inactive) 2015/06/16 02:40:32 I changed it to "Android.ModerateBindingCount".
+ <owner>jaekyun@chromium.org</owner>
+ <summary>
+ The number of moderate bindings which were kept while Chrome process is in
+ the foreground.
+ </summary>
+</histogram>
+
<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice">
<owner>aruslan@chromium.org</owner>
<summary>
@@ -43935,6 +43943,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Tab.TotalTabCountBeforeLeavingApp">
+ <owner>jaekyun@chromium.org</owner>
+ <summary>
+ The total count of tabs which were kept while Chrome process is in the
+ foreground.
+ </summary>
+</histogram>
+
<histogram name="Tabs.CountAtResume" units="tabs">
<owner>lliabraa@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698