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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 224963010: Media Galleries: Add a dropPermissionForMediaFileSystem() API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renamed, fixed JS metadata Created 6 years, 8 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 261942)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -32748,6 +32748,8 @@
<int value="707" label="BLUETOOTHPRIVATE_ENABLEPAIRING"/>
<int value="708" label="BLUETOOTHPRIVATE_DISABLEPAIRING"/>
<int value="709" label="BLUETOOTHPRIVATE_SETPAIRINGRESPONSE"/>
+ <int value="710" label="NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS"/>
+ <int value="711" label="MEDIAGALLERIES_DROPPERMISSIONFORMEDIAFILESYSTEM"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -35956,6 +35958,7 @@
<int value="19" label="AddScanResults dialog accepted"/>
<int value="20" label="Gallery removed from AddScanResults dialog"/>
<int value="21" label="Gallery removed from permission dialog"/>
+ <int value="22" label="DropPermissionForMediaFileSystem API invocations"/>
</enum>
<enum name="MediaKeyError" type="int">

Powered by Google App Engine
This is Rietveld 408576698