Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index fa7c63eac03778f30f67b651b440138cd960c24f..9baf871d529770417c64356d43f451ca90b56008 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -112,8 +112,9 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LeakDetectionDone, |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetBluetoothManualChooser, |
bool /* enable */) |
-IPC_SYNC_MESSAGE_ROUTED0_1(ShellViewHostMsg_GetBluetoothManualChooserEvents, |
- std::vector<std::string> /* events */) |
+IPC_MESSAGE_ROUTED0(ShellViewHostMsg_GetBluetoothManualChooserEvents) |
+IPC_MESSAGE_ROUTED1(ShellViewMsg_ReplyBluetoothManualChooserEvents, |
+ std::vector<std::string> /* events */) |
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_SendBluetoothManualChooserEvent, |
std::string /* event */, |
std::string /* argument */) |