| 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..ae5e4a11798c23ffb718a99785d655b5725ffd69 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -75,10 +75,6 @@ class BluetoothDispatcherHost final
|
|
|
| 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_;
|
|
|
|
|