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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some too strict thread checks. 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('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
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8659a28c89511bc9d2dc43069c8360e019d28d5e..b9d2c75e4ec8d6beaf38e2014f226423fd19ed89 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32970,6 +32970,15 @@ other types of suffix sets.
<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="AUTOMATIONINTERNAL_PERFORMACTION"/>
+ <int value="712" label="BLUETOOTH_UPDATE_SOCKET"/>
+ <int value="713" label="BLUETOOTH_SET_SOCKET_PAUSED"/>
+ <int value="714" label="BLUETOOTH_GET_SOCKET"/>
+ <int value="715" label="BLUETOOTH_GET_SOCKETS"/>
+ <int value="716" label="FILESYSTEMPROVIDER_UNMOUNT"/>
+ <int value="717" label="FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDSUCCESS"/>
+ <int value="718" label="FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDERROR"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698