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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h

Issue 2614523002: Shorten some method names in //third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h (Closed)
Patch Set: shorten some method names in //third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h Created 3 years, 12 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
index 50ba595002becbe6d82f0851f73676f5b34e8c36..0fb529c0e97c65d355eeee68705378d6ca6d35b1 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
@@ -29,7 +29,7 @@ class BluetoothAttributeInstanceMap final
// no service with the same instance id and adds it to the map.
// Otherwise returns the BluetoothRemoteGATTService object already
// in the map.
- BluetoothRemoteGATTService* getOrCreateBluetoothRemoteGATTService(
+ BluetoothRemoteGATTService* getOrCreateRemoteGATTService(
const String& serviceInstanceId,
const String& uuid,
bool isPrimary,
@@ -43,8 +43,7 @@ class BluetoothAttributeInstanceMap final
// characteristic with the same instance id and adds it to the map.
// Otherwise returns the BluetoothRemoteGATTCharacteristic object already in
// the map.
- BluetoothRemoteGATTCharacteristic*
- getOrCreateBluetoothRemoteGATTCharacteristic(
+ BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
ExecutionContext*,
const String& characteristicInstanceId,
const String& serviceInstanceId,
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698