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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: commas. commas are important Created 6 years, 1 month 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/common/switch_utils.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 1edd3f252c3f23f84d82af976f557a4ee7fb6358..84e0f3ce76e3773fc98805f9f79379535393e51e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40459,6 +40459,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Count of browser launches from a Windows tablet pc.</summary>
</histogram>
+<histogram name="WinJumplist.Action" enum="WinJumplistCategory">
+ <owner>noms@chromium.org</owner>
+ <summary>The type of category clicked in the Windows Jumplist</summary>
+</histogram>
+
<histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -56107,6 +56112,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Packaged App"/>
</enum>
+<enum name="WinJumplistCategory" type="int">
+ <int value="0" label="Recently Closed"/>
+ <int value="1" label="Most Visited"/>
+ <int value="2" label="People"/>
+</enum>
+
<enum name="XMLHttpRequestSendArrayBufferOrView" type="int">
<int value="0" label="XMLHttpRequestSendArrayBuffer"/>
<int value="1" label="XMLHttpRequestSendArrayBufferView"/>
« no previous file with comments | « chrome/common/switch_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698