fix: allow cancelling of bluetooth requests (#37601)
* fix: allow cancelling of bluetooth requests allows cancelling of bluetooth requests when no devices present * docs: update docs to reflect how bluetooth works.
This commit is contained in:
parent
42e7cd9b3f
commit
6a6908c4c8
7 changed files with 56 additions and 31 deletions
|
@ -44,7 +44,6 @@ class BluetoothChooser : public content::BluetoothChooser {
|
|||
std::map<std::string, std::u16string> device_map_;
|
||||
api::WebContents* api_web_contents_;
|
||||
EventHandler event_handler_;
|
||||
int num_retries_ = 0;
|
||||
bool refreshing_ = false;
|
||||
bool rescan_ = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue