| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index bde75647343299ca9e141d0969da4f0daba42b40..1c7ce3b7eb720ea5a87af2bd1158e39a2da07c23 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2127,9 +2127,9 @@ ChromeContentBrowserClient::AllowWebBluetooth(
|
| return AllowWebBluetoothResult::ALLOW;
|
| }
|
|
|
| -std::string ChromeContentBrowserClient::GetWebBluetoothBlacklist() {
|
| - return variations::GetVariationParamValue("WebBluetoothBlacklist",
|
| - "blacklist_additions");
|
| +std::string ChromeContentBrowserClient::GetWebBluetoothBlocklist() {
|
| + return variations::GetVariationParamValue("WebBluetoothBlocklist",
|
| + "blocklist_additions");
|
| }
|
|
|
| net::URLRequestContext*
|
|
|