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

Unified Diff: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h

Issue 2009753002: bluetooth: Make public BluetoothDevice::GetName method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split out name/alias Created 4 years, 5 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: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
diff --git a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
index fdc30dbed64cb5fd6fa11c46788deb3f0bce57d8..84670fc506a7c57cc8505b12a97353fc471c38ef 100644
--- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
+++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.h
@@ -27,8 +27,9 @@ class BluetoothTestMac;
@property(nonatomic, assign) device::BluetoothTestMac* bluetoothTestMac;
- (instancetype)init NS_UNAVAILABLE;
-- (instancetype)initWithIdentifier:(NSUUID*)identifier;
- (instancetype)initWithUTF8StringIdentifier:(const char*)identifier;
+- (instancetype)initWithUTF8StringIdentifier:(const char*)identifier
+ name:(NSString*)name;
- (instancetype)initWithIdentifier:(NSUUID*)identifier
name:(NSString*)name NS_DESIGNATED_INITIALIZER;
« no previous file with comments | « device/bluetooth/test/bluetooth_test_mac.mm ('k') | device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698