| 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 29b4b647c2ca7301936cae35eb0e65833f6d9fe6..bd7f2757fa7580caba46d75d00e56ea8853bd84b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2086,9 +2086,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*
|
|
|