Shorten some of the method names in //third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h |
|||
Issue descriptionSince the device is already a BluetoothDevice, the following methods can be renamed: getOrCreateBluetoothRemoteGATTService -> getOrCreateRemoteGATTService getOrCreateBluetoothRemoteGATTCharacteristic -> getOrCreateRemoteGATTCharacteristic
,
Jan 3 2017
,
Jan 3 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/599c47bd57be5be9b13126ca4c7678fa3f067481 commit 599c47bd57be5be9b13126ca4c7678fa3f067481 Author: juncai <juncai@chromium.org> Date: Tue Jan 03 22:41:37 2017 Shorten some method names in //third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h This is a follow-up CL for: https://codereview.chromium.org/2565913002/ Since the device is already a BluetoothDevice, the following methods at BluetoothDevice class can be renamed: getOrCreateBluetoothRemoteGATTService -> getOrCreateRemoteGATTService getOrCreateBluetoothRemoteGATTCharacteristic -> getOrCreateRemoteGATTCharacteristic BUG= 676703 , 597053 Review-Url: https://codereview.chromium.org/2614523002 Cr-Commit-Position: refs/heads/master@{#441227} [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp [modify] https://crrev.com/599c47bd57be5be9b13126ca4c7678fa3f067481/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp
,
Jan 3 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by juncai@chromium.org
, Dec 28 2016