Index: chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
diff --git a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
index 9c1fe1f839ce19f636bd6190dc89d4ad8e781501..5c70cf711fa382c53ca4ff48b71d8e659f9f3729 100644 |
--- a/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
+++ b/chrome/browser/ui/bluetooth/chrome_extension_bluetooth_chooser.h |
@@ -23,7 +23,8 @@ class ChromeExtensionBluetoothChooser : public content::BluetoothChooser { |
public: |
ChromeExtensionBluetoothChooser( |
content::RenderFrameHost* frame, |
- const content::BluetoothChooser::EventHandler& event_handler); |
+ const content::BluetoothChooser::EventHandler& event_handler, |
+ bool accept_all_devices); |
~ChromeExtensionBluetoothChooser() override; |
// content::BluetoothChooser: |