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

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

Issue 93643002: Media Galleries: Add chrome.mediaGalleries.addUserSelectedFolder(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix selected folder name Created 6 years, 11 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/renderer/resources/extensions/media_galleries_custom_bindings.js ('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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 243958)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -24537,6 +24537,7 @@
<int value="649" label="MEDIAGALLERIES_GETMETADATA"/>
<int value="650" label="INPUT_IME_SENDKEYEVENTS"/>
<int value="651" label="INPUT_IME_HIDEINPUTVIEW"/>
+ <int value="652" label="MEDIAGALLERIES_ADDUSERSELECTEDFOLDER"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -27205,6 +27206,7 @@
<int value="9" label="Preferences initialized"/>
<int value="10" label="Preferences initialization failed"/>
<int value="11" label="GetAllMediaFileSystemMetadata API invocations"/>
+ <int value="12" label="AddUserSelectedFolder API invocations"/>
</enum>
<enum name="MediaKeyError" type="int">
« no previous file with comments | « chrome/renderer/resources/extensions/media_galleries_custom_bindings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698