| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index e4e5ec460ff3e4f41565e72e7e69a7409db2132a..1da3b7023fe1f4a12f479c6a3a3c76e2336c98b7 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/memory/shared_memory.h"
|
| #include "base/values.h"
|
| #include "chrome/common/extensions/api/messaging/message.h"
|
| -#include "chrome/common/extensions/permissions/bluetooth_permission_data.h"
|
| #include "chrome/common/extensions/permissions/media_galleries_permission_data.h"
|
| #include "chrome/common/extensions/permissions/socket_permission_data.h"
|
| #include "chrome/common/extensions/permissions/usb_device_permission_data.h"
|
| @@ -201,10 +200,6 @@ IPC_STRUCT_TRAITS_BEGIN(extensions::MediaGalleriesPermissionData)
|
| IPC_STRUCT_TRAITS_MEMBER(permission())
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(extensions::BluetoothPermissionData)
|
| - IPC_STRUCT_TRAITS_MEMBER(uuid())
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(extensions::Message)
|
| IPC_STRUCT_TRAITS_MEMBER(data)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture)
|
|
|