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

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

Issue 1858633003: bluetooth: Populate Web Bluetooth blacklist from variations:: parameter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fixes Created 4 years, 8 months 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 b74452ac81549d87ec8c2e09f43730ecd51a27d6..5adb55529f851c638d3dab0d661779bbdd135170 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -225,6 +225,10 @@ ContentBrowserClient::AllowWebBluetooth(
return AllowWebBluetoothResult::ALLOW;
}
+std::string ContentBrowserClient::GetWebBluetoothBlacklist() {
+ return "";
jam 2016/04/05 22:35:45 nit: return std::string()
scheib 2016/04/05 23:02:54 Done.
+}
+
QuotaPermissionContext* ContentBrowserClient::CreateQuotaPermissionContext() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698