| 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 1cf192126aa7a5bd70bec499808f6f72711e1138..d603252e6d2b0abf90f30eaadc44a7376f05f187 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2114,9 +2114,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*
|
|
|