| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index f0efaa62195113413a88fd403f2228abc3646b2e..ec5d0d2d365f6b1a9f5db01e96eefca9c518ab18 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -172,6 +172,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const url::Origin& requesting_origin,
|
| const url::Origin& embedding_origin) override;
|
| + std::string GetWebBluetoothBlacklist() override;
|
|
|
| net::URLRequestContext* OverrideRequestContextForURL(
|
| const GURL& url,
|
|
|