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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | chrome/browser/web_bluetooth_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | chrome/browser/web_bluetooth_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698