Files
brave-core/browser/bluetooth
Claudio DeSouza 92889bfb3b [cr148] AllowWebBluetooth moved into a delegate
This function is not in `ChromeContentBrowserClient` anymore, but rather it has
been moved into `BluetoothDelegate`. We subclass `ChromeBluetoothDelegate` and
return it in `BraveContentBrowserClient::GetBluetoothDelegate` to handle our
additional behavior.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/3cb4ab67d10e551c2fd9b30c1bdb8cad6bd2d749

commit 3cb4ab67d10e551c2fd9b30c1bdb8cad6bd2d749
Author: wuguobin <wuguobin.1229@bytedance.com>
Date:   Thu Mar 26 09:09:25 2026 -0700

    Move Bluetooth related methods from ContentBrowserClient to BluetoothDelegate

    This CL moves ContentBrowserClient Bluetooth interfaces to
    BluetoothDelegate:
    - AllowWebBluetooth
    - GetWebBluetoothBlocklist
    - IsBluetoothScanningBlocked
    - BlockBluetoothScanning

    Bug: 40117221
    Change-Id: I5f6430ac25f712cbcfa848fe6b8ed48c0aa7f7f8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7683694
    Auto-Submit: Guobin Wu <wuguobin.1229@bytedance.com>
    Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
    Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
    Reviewed-by: Reilly Grant <reillyg@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1605572}
2026-04-27 12:01:03 +01:00
..