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

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

Issue 1357393002: Desktop context menu reorganisation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/chrome_tests.gypi ('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 afd93fb6f832f9186c35e3cfdb7f17cf953edf8b..e9adf88618ed559ecb27c796ff9d698cdce07d44 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55421,6 +55421,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="12" label="Load images"/>
<int value="13" label="Load original image"/>
<int value="14" label="Save video"/>
+ <int value="15" label="Open link in a new window"/>
+ <int value="16" label="Print"/>
+ <int value="17" label="Search web for..."/>
</enum>
<enum name="CookieDeletionCause" type="int">
@@ -75707,6 +75710,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="ImageLink"
label="The context menu was shown for an image which is also a link"/>
<suffix name="Video" label="The context menu was shown for a video"/>
+ <suffix name="TextSelection"
+ label="The context menu was shown for a text selection"/>
<affected-histogram name="ContextMenu.SelectedOption"/>
</histogram_suffixes>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698