| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index 8a384730d04e59f5cab5b457d4241574ac6e9028..11387fea4dab58c30106a5c12e3df3b104935361 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -161,6 +161,11 @@ std::unique_ptr<BluetoothChooser> WebContentsDelegate::RunBluetoothChooser(
|
| return nullptr;
|
| }
|
|
|
| +BluetoothAllowedDevicesMapBase* WebContentsDelegate::GetBluetoothDevicesMap(
|
| + RenderFrameHost* frame) {
|
| + return nullptr;
|
| +}
|
| +
|
| bool WebContentsDelegate::EmbedsFullscreenWidget() const {
|
| return false;
|
| }
|
|
|