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

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

Issue 1146813010: Introduce moderate binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add "Tab.TotalTabCountBeforeLeavingApp" histogram 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 59310e105767ca3eebf87f350b0b988231a54dbd..0e86fe05f2e885b4250ce92e939f90c8f2670f86 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16971,6 +16971,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MobileBindingManager.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>
@@ -43912,6 +43920,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