| Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| index 2e0d570d66475d272115fb4f469dad2207f00d5b..adc7edf01158e7820e247da9610ef7fb22fa7f6f 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
|
| @@ -376,6 +376,26 @@ class LayoutTestBluetoothAdapterProvider {
|
| GetGATTOperationFinishesAfterReconnectionAdapter(bool disconnect,
|
| bool succeeds);
|
|
|
| + // |StopNotifySessionFinishesAfterReconnection|(disconnect)
|
| + // Inherits from |EmptyAdapter|
|
| + // Internal Structure:
|
| + // - Health Thermometer Device
|
| + // - UUIDs:
|
| + // - Generic Access UUID (0x1800)
|
| + // - Health Thermometer UUID (0x1809)
|
| + // - Services:
|
| + // - Generic Access Service - Characteristics as described in
|
| + // GetGenericAccessService.
|
| + // - Health Thermometer
|
| + // - Measurement Interval:
|
| + // - StartNotifySession: Calls the success callback with a
|
| + // NotifySession whose Stop function: saves a callback and
|
| + // if |disconnect| is true disconnects the device.
|
| + // - CreateGattConnection: Runs success callback with a new GATT
|
| + // connection and runs any pending GATT operation callbacks.
|
| + static scoped_refptr<testing::NiceMock<device::MockBluetoothAdapter>>
|
| + GetStopNotifySessionFinishesAfterReconnectionAdapter(bool disconnect);
|
| +
|
| // |BlacklistTestAdapter|
|
| // Inherits from |EmptyAdapter|
|
| // Internal Structure:
|
|
|