Chromium Code Reviews| Index: device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| diff --git a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| index 5bc02457f53be705fc48a2b785178cdce2f844e6..c7fed9341999dfe3205e1e429437371aae33fe15 100644 |
| --- a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| +++ b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| @@ -32,6 +32,9 @@ |
| - (void)connectPeripheral:(CBPeripheral*)peripheral |
| options:(NSDictionary*)options; |
| +- (void)setConnectedMockPeripheral:(CBPeripheral*)peripheral |
|
ortuno
2016/10/31 04:30:51
Comment please.
jlebel
2016/11/07 01:43:18
Done.
|
| + withServiceUUIDs:(NSSet*)serviceUUIDs; |
| + |
| @end |
| #endif // DEVICE_BLUETOOTH_MOCK_BLUETOOTH_CENTRAL_MANAGER_MAC_H_ |