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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.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
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
index 7cae3bac3bb129700e60175df237d89bc06276f5..61f97528bdbb3650cd276790730d9459bb28a053 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
@@ -50,15 +50,14 @@ class BluetoothDevice final : public EventTargetWithInlineData,
static mojom::blink::WebBluetoothDeviceIdPtr createMojoDeviceId(
const String& deviceId);
- BluetoothRemoteGATTService* getOrCreateBluetoothRemoteGATTService(
+ BluetoothRemoteGATTService* getOrCreateRemoteGATTService(
const String& serviceInstanceId,
const String& uuid,
bool isPrimary,
const String& deviceInstanceId);
bool isValidService(const String& serviceInstanceId);
- BluetoothRemoteGATTCharacteristic*
- getOrCreateBluetoothRemoteGATTCharacteristic(
+ BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
ExecutionContext*,
const String& characteristicInstanceId,
const String& serviceInstanceId,

Powered by Google App Engine
This is Rietveld 408576698