| Index: content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| index a7300edf34bf854391c8b7350651bae8f6f1d281..3bb82ac280638244d63db47bed21669a07b4c877 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -70,15 +70,14 @@ class BluetoothDispatcherHost final
|
| void OnDiscoverySessionStopped(int thread_id, int request_id);
|
| void OnDiscoverySessionStoppedError(int thread_id, int request_id);
|
|
|
| + // Defines how long to scan for.
|
| + int current_scan_time_;
|
| +
|
| // A BluetoothAdapter instance representing an adapter of the system.
|
| scoped_refptr<device::BluetoothAdapter> adapter_;
|
|
|
| BrowserContext* browser_context_;
|
|
|
| - enum class MockData { NOT_MOCKING, REJECT, RESOLVE };
|
| - MockData bluetooth_mock_data_set_;
|
| - BluetoothError bluetooth_request_device_reject_type_;
|
| -
|
| // Must be last member, see base/memory/weak_ptr.h documentation
|
| base::WeakPtrFactory<BluetoothDispatcherHost> weak_ptr_factory_;
|
|
|
|
|