fix: select-bluetooth-device on Windows (#29591)

This commit is contained in:
John Kleinschmidt 2021-06-09 10:48:18 -04:00 committed by GitHub
parent c9ccd136a8
commit 396ea4b29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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);
};