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

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: rebase 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 fc1e08e44057ef278f08c001074068c7b50445a8..6671c66a35470a205c3cae9647006b8d0a4091fb 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1491,6 +1491,20 @@ class CORE_EXPORT UseCounter {
V8Navigator_GetInstalledRelatedApps_Method = 1870,
NamedAccessOnWindow_ChildBrowsingContext = 1871,
NamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch = 1872,
+ WebBluetoothCharacteristicGetDescriptor = 1873,
+ WebBluetoothCharacteristicGetDescriptors = 1874,
+ WebBluetoothCharacteristicReadValue = 1875,
+ WebBluetoothCharacteristicWriteValue = 1876,
+ WebBluetoothCharacteristicStartNotifications = 1877,
+ WebBluetoothCharacteristicStopNotifications = 1878,
+ WebBluetoothDescriptorReadValue = 1879,
+ WebBluetoothDescriptorWriteValue = 1880,
+ WebBluetoothServerConnect = 1881,
+ WebBluetoothServerDisconnect = 1882,
+ WebBluetoothServerGetPrimaryService = 1883,
+ WebBluetoothServerGetPrimaryServices = 1884,
+ WebBluetoothServiceGetCharacteristic = 1885,
+ WebBluetoothServiceGetCharacteristics = 1886,
// 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