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

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

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: return std::pair Created 4 years, 9 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 b42d0e9cc8cd5b23cb3164ea9c3676609cef980d..ca24718acd59eb0fa0d3b3b817ce70fab830a875 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78898,6 +78898,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="71" label="IDC_OPEN_LINK_IN_PROFILE_FIRST"/>
<int value="72" label="IDC_CONTENT_CONTEXT_GENERATEPASSWORD"/>
<int value="73" label="IDC_SPELLCHECK_MULTI_LINGUAL"/>
+ <int value="74" label="IDC_CONTENT_CONTEXT_OPEN_WITH1"/>
+ <int value="75" label="IDC_CONTENT_CONTEXT_OPEN_WITH2"/>
+ <int value="76" label="IDC_CONTENT_CONTEXT_OPEN_WITH3"/>
+ <int value="77" label="IDC_CONTENT_CONTEXT_OPEN_WITH4"/>
</enum>
<enum name="ReportProcessingResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698