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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2318373003: Record shutdown type UMA (Closed)
Patch Set: Fix comment Created 4 years, 3 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
« no previous file with comments | « chrome/browser/lifetime/application_lifetime.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3202162f19148310cce022dd210d5438c94a74d0..3888ef90d95cdd2ae3d73f2b7b01ba839b515a06 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55508,6 +55508,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Shutdown.ShutdownType" enum="ShutdownType">
Alexei Svitkine (slow) 2016/09/14 15:56:11 This seems to be adding a new top-level category (
hashimoto 2016/09/15 06:38:37 Actually, "Shutdown." is not new as there are alre
Alexei Svitkine (slow) 2016/09/15 16:58:56 Ah, you are right. Looks like they're still listed
+ <owner>hashimoto@chromium.org</owner>
+ <summary>The type of the last shutdown.</summary>
+</histogram>
+
<histogram name="Signin" enum="SigninHelperFlow">
<owner>mlerman@chromium.org</owner>
<summary>
@@ -94502,6 +94507,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="6" label="Dark resume failed"/>
</enum>
+<enum name="ShutdownType" type="int">
+ <int value="0" label="Not valid"/>
+ <int value="1" label="Window close"/>
+ <int value="2" label="Browser exit"/>
+ <int value="3" label="End session"/>
Alexei Svitkine (slow) 2016/09/14 15:56:11 It's not obvious to me from these what the differe
hashimoto 2016/09/15 06:38:37 Done.
+</enum>
+
<enum name="SideloadUIEvents" type="int">
<int value="0" label="Extension installed"/>
<int value="1" label="Extension ignored"/>
« no previous file with comments | « chrome/browser/lifetime/application_lifetime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698