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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 93643002: Media Galleries: Add chrome.mediaGalleries.addUserSelectedFolder(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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 237402)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -23644,6 +23644,7 @@
<int value="521" label="SYSTEM_STORAGE_GETAVAILABLECAPACITY"/>
<int value="522" label="VIRTUALKEYBOARDPRIVATE_KEYBOARDLOADED"/>
<int value="523" label="MEDIAGALLERIES_GETALLMEDIAFILESYSTEMMETADATA"/>
+ <int value="524" label="MEDIAGALLERIES_MANAGEMEDIALOCATIONS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -26237,6 +26238,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="ManageMediaLocations API invocations"/>
</enum>
<enum name="MediaKeyError" type="int">

Powered by Google App Engine
This is Rietveld 408576698