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

Unified Diff: content/browser/bluetooth/web_bluetooth_service_impl.h

Issue 2059543002: bluetooth: Move FactoryWrapper to device and expose a function for testing in chooser controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Fix typo Created 4 years, 6 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/browser/bluetooth/web_bluetooth_service_impl.h
diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.h b/content/browser/bluetooth/web_bluetooth_service_impl.h
index 2034cbbca0ca820b7171c5590f7bb9f0f61cc83e..1c9e76d9cf5c9e38672a46350d1d23af978e5470 100644
--- a/content/browser/bluetooth/web_bluetooth_service_impl.h
+++ b/content/browser/bluetooth/web_bluetooth_service_impl.h
@@ -30,7 +30,6 @@ class Origin;
namespace content {
class BluetoothDeviceChooserController;
-class BluetoothAdapterFactoryWrapper;
class FrameConnectedBluetoothDevices;
class RenderFrameHost;
class RenderProcessHost;
@@ -204,7 +203,6 @@ class WebBluetoothServiceImpl : public blink::mojom::WebBluetoothService,
const std::string& characteristic_instance_id);
RenderProcessHost* GetRenderProcessHost();
- BluetoothAdapterFactoryWrapper* GetBluetoothAdapterFactoryWrapper();
device::BluetoothAdapter* GetAdapter();
url::Origin GetOrigin();

Powered by Google App Engine
This is Rietveld 408576698