| Index: extensions/browser/app_window/app_window.h
|
| diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h
|
| index 66fdd4c1417d283093f447fb63943f384f6577b0..7c52a617da8949bea54902b57030880760f01069 100644
|
| --- a/extensions/browser/app_window/app_window.h
|
| +++ b/extensions/browser/app_window/app_window.h
|
| @@ -33,6 +33,7 @@ class DictionaryValue;
|
| }
|
|
|
| namespace content {
|
| +class BluetoothAllowedDevicesMapBase;
|
| class BrowserContext;
|
| class RenderFrameHost;
|
| class WebContents;
|
| @@ -436,6 +437,8 @@ class AppWindow : public content::WebContentsDelegate,
|
| std::unique_ptr<content::BluetoothChooser> RunBluetoothChooser(
|
| content::RenderFrameHost* frame,
|
| const content::BluetoothChooser::EventHandler& event_handler) override;
|
| + content::BluetoothAllowedDevicesMapBase* GetBluetoothDevicesMap(
|
| + content::RenderFrameHost* frame) override;
|
|
|
| // content::WebContentsObserver implementation.
|
| void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
|
|