| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index b74452ac81549d87ec8c2e09f43730ecd51a27d6..400c76e540e346a6f88f26fd9bbffe3960372be7 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -225,6 +225,10 @@ ContentBrowserClient::AllowWebBluetooth(
|
| return AllowWebBluetoothResult::ALLOW;
|
| }
|
|
|
| +std::string ContentBrowserClient::GetWebBluetoothBlacklist() {
|
| + return std::string();
|
| +}
|
| +
|
| QuotaPermissionContext* ContentBrowserClient::CreateQuotaPermissionContext() {
|
| return nullptr;
|
| }
|
|
|