Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: chrome/test/automation/browser_proxy.h

Issue 6685099: Removing command_execution_timeout_ms in favor of action_max_timeout_ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698