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..31a4695dfe8326ad273bfa622bfd4eda6b7466ce 100644 |
| --- a/device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| +++ b/device/bluetooth/test/mock_bluetooth_central_manager_mac.h |
| @@ -32,6 +32,8 @@ |
| - (void)connectPeripheral:(CBPeripheral*)peripheral |
| options:(NSDictionary*)options; |
| +- (void)addConnectedMockPeripheral:(MockCBPeripheral*)peripheral; |
| + |
| @end |
| #endif // DEVICE_BLUETOOTH_MOCK_BLUETOOTH_CENTRAL_MANAGER_MAC_H_ |