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

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

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PermissionTest unittest. Created 7 years, 5 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e428ca68aa8c4981916beed7076f49e7bc8859a6..292ca0c357246bd2dcc7566c760c9a852af051e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16697,6 +16697,12 @@ other types of suffix sets.
<int value="507" label="SYSTEM_DISPLAY_GETINFO"/>
<int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/>
<int value="509" label="SYSTEM_MEMORY_GETINFO"/>
+ <int value="510" label="SYSTEM_STORAGE_GETINFO"/>
+ <int value="511" label="SYSTEM_STORAGE_EJECTDEVICE"/>
+ <int value="512" label="SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH"/>
+ <int value="513" label="SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH"/>
+ <int value="514" label="SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES"/>
+ <int value="515" label="SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698