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

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: updated idl files 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 fea2c53dcbb1029508c90a3909baf012550b2d30..7a96f0edcd806fbcef75d2af6c05d56a6e0fefbb 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1497,6 +1497,20 @@ class CORE_EXPORT UseCounter {
V0CustomElementsCreateCustomTagElement = 1877,
V0CustomElementsCreateTypeExtensionElement = 1878,
V0CustomElementsConstruct = 1879,
+ WebBluetoothRemoteCharacteristicGetDescriptor = 1880,
+ WebBluetoothRemoteCharacteristicGetDescriptors = 1881,
+ WebBluetoothRemoteCharacteristicReadValue = 1882,
+ WebBluetoothRemoteCharacteristicWriteValue = 1883,
+ WebBluetoothRemoteCharacteristicStartNotifications = 1884,
+ WebBluetoothRemoteCharacteristicStopNotifications = 1885,
+ WebBluetoothRemoteDescriptorReadValue = 1886,
+ WebBluetoothRemoteDescriptorWriteValue = 1887,
+ WebBluetoothRemoteServerConnect = 1888,
+ WebBluetoothRemoteServerDisconnect = 1889,
+ WebBluetoothRemoteServerGetPrimaryService = 1890,
+ WebBluetoothRemoteServerGetPrimaryServices = 1891,
+ WebBluetoothRemoteServiceGetCharacteristic = 1892,
+ WebBluetoothRemoteServiceGetCharacteristics = 1893,
// 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