| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 545af236cba83da6714edc080e8126e19680fdb9..208294c939c0918a0fd3e578917248dae157d2c7 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -154,6 +154,8 @@ class Shell : public WebContentsDelegate,
|
| std::unique_ptr<BluetoothChooser> RunBluetoothChooser(
|
| RenderFrameHost* frame,
|
| const BluetoothChooser::EventHandler& event_handler) override;
|
| + BluetoothAllowedDevicesMapBase* GetBluetoothDevicesMap(
|
| + RenderFrameHost* frame) override;
|
| #if defined(OS_MACOSX)
|
| void HandleKeyboardEvent(WebContents* source,
|
| const NativeWebKeyboardEvent& event) override;
|
|
|