| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index d6c9be8f2c67493c89aca760addd6f3f7917512e..85100ff993c887082b2ae69b760456c9e7f0c0c4 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -106,6 +106,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebBluetoothError,
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::BluetoothScanFilter)
|
| IPC_STRUCT_TRAITS_MEMBER(services)
|
| +IPC_STRUCT_TRAITS_MEMBER(name)
|
| +IPC_STRUCT_TRAITS_MEMBER(namePrefix)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|