fix: select-bluetooth-device on Windows (#29591)
This commit is contained in:
parent
c9ccd136a8
commit
396ea4b29c
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ class BluetoothChooser : public content::BluetoothChooser {
|
|||
EventHandler event_handler_;
|
||||
int num_retries_ = 0;
|
||||
bool refreshing_ = false;
|
||||
bool rescan_ = false;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(BluetoothChooser);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue