Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2983)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: bluetooth: web: Rename Blacklist to Blocklist Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*

Powered by Google App Engine
This is Rietveld 408576698