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

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

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
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
index 63d328347268188c9fa48b61800cf78601bd66aa..14a973432faafa3ae15991e06b02c7775fc40b4c 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
@@ -16,7 +16,7 @@ BluetoothAttributeInstanceMap::BluetoothAttributeInstanceMap(
: m_device(device) {}
BluetoothRemoteGATTService*
-BluetoothAttributeInstanceMap::getOrCreateBluetoothRemoteGATTService(
+BluetoothAttributeInstanceMap::getOrCreateRemoteGATTService(
const String& serviceInstanceId,
const String& uuid,
bool isPrimary,
@@ -39,7 +39,7 @@ bool BluetoothAttributeInstanceMap::containsService(
}
BluetoothRemoteGATTCharacteristic*
-BluetoothAttributeInstanceMap::getOrCreateBluetoothRemoteGATTCharacteristic(
+BluetoothAttributeInstanceMap::getOrCreateRemoteGATTCharacteristic(
ExecutionContext* context,
const String& characteristicInstanceId,
const String& serviceInstanceId,

Powered by Google App Engine
This is Rietveld 408576698