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

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: 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
Index: tools/metrics/histograms/histograms.xml
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 243397)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -24440,6 +24440,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">
@@ -27108,6 +27109,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">

Powered by Google App Engine
This is Rietveld 408576698