Index: chrome/test/automation/automation_proxy.h |
=================================================================== |
--- chrome/test/automation/automation_proxy.h (revision 78587) |
+++ chrome/test/automation/automation_proxy.h (working copy) |
@@ -230,6 +230,7 @@ |
// AutomationMessageSender implementation. |
virtual bool Send(IPC::Message* message) WARN_UNUSED_RESULT; |
+ virtual bool Send(IPC::Message* message, int timeout_ms) WARN_UNUSED_RESULT; |
// Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the |
// message from AutomationProxy, unpacks the messages and routes that call to |