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

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

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.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 96946a06bac2747889a3d4ad24e0346b69dd07fb..a802ecec8992b6e61b128078ae8aac98acd93892 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -395,10 +395,10 @@ class CONTENT_EXPORT ContentBrowserClient {
const url::Origin& requesting_origin,
const url::Origin& embedding_origin);
- // Returns a blacklist of UUIDs that have restrictions when accessed
- // via Web Bluetooth. Parsed by BluetoothBlacklist::Add().
+ // Returns a blocklist of UUIDs that have restrictions when accessed
+ // via Web Bluetooth. Parsed by BluetoothBlocklist::Add().
//
- // The blacklist string must be a comma-separated list of UUID:exclusion
+ // The blocklist string must be a comma-separated list of UUID:exclusion
// pairs. The pairs may be separated by whitespace. Pair components are
// colon-separated and must not have whitespace around the colon.
//
@@ -408,7 +408,7 @@ class CONTENT_EXPORT ContentBrowserClient {
//
// Example:
// "1812:e, 00001800-0000-1000-8000-00805f9b34fb:w, ignored:1, alsoignored."
- virtual std::string GetWebBluetoothBlacklist();
+ virtual std::string GetWebBluetoothBlocklist();
// Allow the embedder to override the request context based on the URL for
// certain operations, like cookie access. Returns nullptr to indicate the
« no previous file with comments | « content/browser/bluetooth/web_bluetooth_service_impl.cc ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698