Index: chrome/test/automation/automation_json_requests.h |
=================================================================== |
--- chrome/test/automation/automation_json_requests.h (revision 79305) |
+++ chrome/test/automation/automation_json_requests.h (working copy) |
@@ -38,7 +38,8 @@ |
bool SendAutomationJSONRequest(AutomationMessageSender* sender, |
const std::string& request, |
std::string* reply, |
- bool* success) WARN_UNUSED_RESULT; |
+ bool* success, |
+ int timeout) WARN_UNUSED_RESULT; |
Paweł Hajdan Jr.
2011/03/29 18:57:54
nit: Change timeout to timeout_ms (in all places w
Huyen
2011/03/31 02:42:55
Done.
|
// Requests the current browser and tab indices for the given tab ID. |
// Returns true on success. |