diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index f73c252..06a76cf 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -847,7 +847,7 @@ IPC_BEGIN_MESSAGES(Automation) // Used to disable the dialog box that prompts the user for a path when // saving a web page. - IPC_MESSAGE_ROUTED1(AutomationMsg_SavePackageShouldPromptUser, - bool /* false if we want to not show the dialog */) + IPC_SYNC_MESSAGE_ROUTED1_0(AutomationMsg_SavePackageShouldPromptUser, + bool /* false if we want to not show the dialog */) IPC_END_MESSAGES(Automation) |