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

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

Side-by-side diff isn't available for this file because of its large size.
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: address comments 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 fa5b1846a3a3b47fff215dedb7665d2cba04cbb5..327344b6795ff6850b6eb7d2290372c2e012a5fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78448,6 +78448,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_ARC_APP1"/>
+ <int value="75" label="IDC_CONTENT_CONTEXT_ARC_APP2"/>
+ <int value="76" label="IDC_CONTENT_CONTEXT_ARC_APP3"/>
+ <int value="77" label="IDC_CONTENT_CONTEXT_ARC_SUB_MENU"/>
</enum>
<enum name="ReportProcessingResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698