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

Unified Diff: extensions/browser/app_window/app_window.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: extensions/browser/app_window/app_window.cc
diff --git a/extensions/browser/app_window/app_window.cc b/extensions/browser/app_window/app_window.cc
index 69126c3436afac97b927ac5384ec584ea7f58413..6ec769bf37e104f61f9e1a76d8214bb88cba2a08 100644
--- a/extensions/browser/app_window/app_window.cc
+++ b/extensions/browser/app_window/app_window.cc
@@ -440,6 +440,11 @@ std::unique_ptr<content::BluetoothChooser> AppWindow::RunBluetoothChooser(
event_handler);
}
+content::BluetoothAllowedDevicesMapBase* AppWindow::GetBluetoothDevicesMap(
+ content::RenderFrameHost* frame) {
+ return ExtensionsBrowserClient::Get()->GetBluetoothDevicesMap(frame);
+}
+
void AppWindow::RenderViewCreated(content::RenderViewHost* render_view_host) {
app_delegate_->RenderViewCreated(render_view_host);
}

Powered by Google App Engine
This is Rietveld 408576698