| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 793d00f72ed4499a80b46142a2aa379534931d34..672fd95285fa8ca54ace8637af8aa54d97efab81 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -38,6 +38,7 @@ class ListValue;
|
| }
|
|
|
| namespace content {
|
| +class BluetoothAllowedDevicesMapBase;
|
| class ColorChooser;
|
| class JavaScriptDialogManager;
|
| class PageState;
|
| @@ -376,6 +377,10 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| RenderFrameHost* frame,
|
| const BluetoothChooser::EventHandler& event_handler);
|
|
|
| + // Returns a bluetooth allowed devices map for |frame|.
|
| + virtual BluetoothAllowedDevicesMapBase* GetBluetoothDevicesMap(
|
| + RenderFrameHost* frame);
|
| +
|
| // Returns true if the delegate will embed a WebContents-owned fullscreen
|
| // render widget. In this case, the delegate may access the widget by calling
|
| // WebContents::GetFullscreenRenderWidgetHostView(). If false is returned,
|
|
|