Index: chrome/test/automation/automation_messages_internal.h |
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h |
index 1e87cfa7e3519b2f4a2af0d05731e145e7575c41..dc8da89a71f70c3d1ac6fbeca690e98ff39416b5 100644 |
--- a/chrome/test/automation/automation_messages_internal.h |
+++ b/chrome/test/automation/automation_messages_internal.h |
@@ -1109,4 +1109,8 @@ IPC_BEGIN_MESSAGES(Automation) |
// bool - true if query is successful |
IPC_SYNC_MESSAGE_ROUTED1_2(AutomationMsg_IsWindowMaximized, int, bool, bool) |
+ // Tells the automation provider to quit after number of milliseconds passed |
+ // as the first parameter. |
+ IPC_MESSAGE_ROUTED1(AutomationMsg_QuitAfterTimeout, int) |
+ |
IPC_END_MESSAGES(Automation) |