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. |
| @@ -225,6 +225,10 @@ |
| bool SendJSONRequest(const std::string& request, |
| std::string* response) WARN_UNUSED_RESULT; |
| + bool SendJSONRequest(const std::string& request, |
|
Paweł Hajdan Jr.
2011/03/26 10:55:12
nit: Please remove the version that doesn't take a
Huyen
2011/03/29 00:11:39
Done.
|
| + std::string* response, |
| + int timeout) WARN_UNUSED_RESULT; |
| + |
| // 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|, |
| // the time when loading stopped into |max_stop_time| (should be similar to |