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

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

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: set --similarity=20 when did git cl upload Created 3 years, 11 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/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 8a384730d04e59f5cab5b457d4241574ac6e9028..11387fea4dab58c30106a5c12e3df3b104935361 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -161,6 +161,11 @@ std::unique_ptr<BluetoothChooser> WebContentsDelegate::RunBluetoothChooser(
return nullptr;
}
+BluetoothAllowedDevicesMapBase* WebContentsDelegate::GetBluetoothDevicesMap(
+ RenderFrameHost* frame) {
+ return nullptr;
+}
+
bool WebContentsDelegate::EmbedsFullscreenWidget() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698