| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 5c0cad838d831135a83fdd5117988c047de62bac..fa7c63eac03778f30f67b651b440138cd960c24f 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -109,3 +109,11 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LeakDetectionDone,
|
| content::LeakDetectionResult /* result */)
|
| +
|
| +IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetBluetoothManualChooser,
|
| + bool /* enable */)
|
| +IPC_SYNC_MESSAGE_ROUTED0_1(ShellViewHostMsg_GetBluetoothManualChooserEvents,
|
| + std::vector<std::string> /* events */)
|
| +IPC_MESSAGE_ROUTED2(ShellViewHostMsg_SendBluetoothManualChooserEvent,
|
| + std::string /* event */,
|
| + std::string /* argument */)
|
|
|