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

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: rebase + added renamed jumplist files 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1edd3f252c3f23f84d82af976f557a4ee7fb6358..dcea06aea2047a8fc64f84ca8006d261adeb7522 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 URL"/>
jwd 2014/11/12 21:55:41 Is it a url or does it open the tab?
noms (inactive) 2014/11/13 16:59:55 It's a url that opens a tab.
+ <int value="1" label="Most Visited URL"/>
jwd 2014/11/12 21:55:42 Maybe most visited site?
noms (inactive) 2014/11/13 16:59:55 Done. Renamed them to actually match the category
+ <int value="2" label="Switch to Profile"/>
+</enum>
+
<enum name="XMLHttpRequestSendArrayBufferOrView" type="int">
<int value="0" label="XMLHttpRequestSendArrayBuffer"/>
<int value="1" label="XMLHttpRequestSendArrayBufferView"/>

Powered by Google App Engine
This is Rietveld 408576698