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

Unified Diff: chrome/test/ui/ui_test.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/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 79951)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -24,7 +24,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "base/process.h"
-#include "base/test/test_timeouts.h"
#include "base/time.h"
#include "build/build_config.h"
// TODO(evanm): we should be able to just forward-declare
@@ -62,7 +61,8 @@
void ConnectToRunningBrowser();
// Only for pyauto.
- void set_command_execution_timeout_ms(int timeout);
+ int action_timeout_ms();
+ void set_action_timeout_ms(int timeout);
Paweł Hajdan Jr. 2011/03/31 20:11:09 This should be removed too.
// Overridable so that derived classes can provide their own ProxyLauncher.
virtual ProxyLauncher* CreateProxyLauncher();

Powered by Google App Engine
This is Rietveld 408576698