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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2771893002: Move Bluetooth.Web.FunctionCall.Count UMA from browser to WebKit (Closed)
Patch Set: address more comment Created 3 years, 9 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index c0a9cd01f95e7d9216a8ede66bdbf643683cb156..c573f544652eb950344b8765ae795f62278cf2fa 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1499,6 +1499,20 @@ class CORE_EXPORT UseCounter {
V0CustomElementsConstruct = 1879,
V8IDBObserver_Observe_Method = 1880,
V8IDBObserver_Unobserve_Method = 1881,
+ WebBluetoothRemoteCharacteristicGetDescriptor = 1882,
+ WebBluetoothRemoteCharacteristicGetDescriptors = 1883,
+ WebBluetoothRemoteCharacteristicReadValue = 1884,
+ WebBluetoothRemoteCharacteristicWriteValue = 1885,
+ WebBluetoothRemoteCharacteristicStartNotifications = 1886,
+ WebBluetoothRemoteCharacteristicStopNotifications = 1887,
+ WebBluetoothRemoteDescriptorReadValue = 1888,
+ WebBluetoothRemoteDescriptorWriteValue = 1889,
+ WebBluetoothRemoteServerConnect = 1890,
+ WebBluetoothRemoteServerDisconnect = 1891,
+ WebBluetoothRemoteServerGetPrimaryService = 1892,
+ WebBluetoothRemoteServerGetPrimaryServices = 1893,
+ WebBluetoothRemoteServiceGetCharacteristic = 1894,
+ WebBluetoothRemoteServiceGetCharacteristics = 1895,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698