Chromium Code Reviews| Index: chrome/test/automation/browser_proxy.h |
| =================================================================== |
| --- chrome/test/automation/browser_proxy.h (revision 79305) |
| +++ chrome/test/automation/browser_proxy.h (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -223,7 +223,8 @@ |
| // Generic pattern for sending automation requests. |
| bool SendJSONRequest(const std::string& request, |
| - std::string* response) WARN_UNUSED_RESULT; |
| + std::string* response, |
| + int timeout) WARN_UNUSED_RESULT; |
|
Nirnimesh
2011/03/29 20:27:28
timeout should go before response
Huyen
2011/03/31 02:42:55
Done.
|
| // Gets the load times for all tabs started from the command line. |
| // Puts the time of the first tab to start loading into |min_start_time|, |