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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2663523002: Record whether a file picker specialized for media content can be used (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | ui/android/BUILD.gn » ('j') | 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 a4db79d4e19e18c157ea89dedf8f8d8d556bc661..75af0ccad01aec3221160e4ef8e2177f7a90af9d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -751,6 +751,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.SelectFileDialogScope" enum="SelectFileDialogScope">
+ <owner>peter@chromium.org</owner>
+ <summary>
+ Records the scope of accepted content for a select file dialog when shown by
+ a Web developer.
+ </summary>
+</histogram>
+
<histogram name="Android.StrictMode.CheckGooglePlayServicesTime" units="ms">
<owner>wnwen@chromium.org</owner>
<owner>yfriedman@chromium.org</owner>
@@ -104479,6 +104487,13 @@ value.
<int value="11" label="SHOW_WHITEPAPER"/>
</enum>
+<enum name="SelectFileDialogScope" type="int">
+ <int value="0" label="Generic files"/>
+ <int value="1" label="Images"/>
+ <int value="2" label="Videos"/>
+ <int value="3" label="Images and videos"/>
+</enum>
+
<enum name="ServiceProcessEventType" type="int">
<int value="0" label="SERVICE_EVENT_INITIALIZE"/>
<int value="1" label="SERVICE_EVENT_ENABLED_ON_LAUNCH"/>
« no previous file with comments | « no previous file | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698