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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 440813002: Expose gallery watching functionality to the public mediaGalleries API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue where a number needed to be passed as a string for gallery_id. Also add test for this. Created 6 years, 4 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 3eeabf5b1c60c090d5eff470056504f49ae50634..8d4d26b2679658fb7eb0af363e160f5c14139411 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40166,6 +40166,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="871" label="FILESYSTEM_UNOBSERVEENTRY"/>
<int value="872" label="FILESYSTEM_GETOBSERVEDENTRIES"/>
<int value="873" label="BROWSINGDATA_REMOVESERVICEWORKERS"/>
+ <int value="874" label="MEDIAGALLERIES_ADDGALLERYWATCH"/>
+ <int value="875" label="MEDIAGALLERIES_REMOVEGALLERYWATCH"/>
+ <int value="876" label="MEDIAGALLERIES_GETALLGALLERYWATCH"/>
+ <int value="877" label="MEDIAGALLERIES_REMOVEALLGALLERYWATCH"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698