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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 2554253002: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: Created 4 years 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 6cc53b8d76292097e08add81fc8b1f0dce528ad5..2f853a6d88cb9beb1ff7908c8b810f1d922fc5be 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -223,7 +223,7 @@ ContentBrowserClient::AllowWebBluetooth(
return AllowWebBluetoothResult::ALLOW;
}
-std::string ContentBrowserClient::GetWebBluetoothBlacklist() {
+std::string ContentBrowserClient::GetWebBluetoothBlocklist() {
return std::string();
}

Powered by Google App Engine
This is Rietveld 408576698