summaryrefslogtreecommitdiff
path: root/chromium/components/arc/mojom/bluetooth.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/mojom/bluetooth.mojom')
-rw-r--r--chromium/components/arc/mojom/bluetooth.mojom4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/arc/mojom/bluetooth.mojom b/chromium/components/arc/mojom/bluetooth.mojom
index 495be3cb939..64e3f6d24f3 100644
--- a/chromium/components/arc/mojom/bluetooth.mojom
+++ b/chromium/components/arc/mojom/bluetooth.mojom
@@ -447,10 +447,10 @@ interface BluetoothHost {
// Deprecated Method ID: 2, 6, 11, 12
interface BluetoothInstance {
// DEPRECATED: Please use Init@18 instead.
- InitDeprecated@0(BluetoothHost host_ptr);
+ InitDeprecated@0(pending_remote<BluetoothHost> host_remote);
// Establishes full-duplex communication with the host.
- [MinVersion=7] Init@18(BluetoothHost host_ptr) => ();
+ [MinVersion=7] Init@18(pending_remote<BluetoothHost> host_remote) => ();
OnAdapterProperties@1(BluetoothStatus status,
array<BluetoothProperty> properties);