diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 19:07:45 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 19:07:45 +0000 |
commit | ce8bac8fa733c584a659665606f694a4835f1fbf (patch) | |
tree | 65d37d9fb37d9b40ddc76d8236c0a4bc05a5db9f /chrome/test/in_process_browser_test.h | |
parent | f3da4e1a1804845ad62364e7fe1cc66abda71e67 (diff) | |
download | chromium_src-ce8bac8fa733c584a659665606f694a4835f1fbf.zip chromium_src-ce8bac8fa733c584a659665606f694a4835f1fbf.tar.gz chromium_src-ce8bac8fa733c584a659665606f694a4835f1fbf.tar.bz2 |
GTTF: Move browser_tests test launcher timeout to chrome/test/test_timeouts
BUG=none
TEST=browser_tests
Review URL: http://codereview.chromium.org/3327023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r-- | chrome/test/in_process_browser_test.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h index 0af1877..347d19c 100644 --- a/chrome/test/in_process_browser_test.h +++ b/chrome/test/in_process_browser_test.h @@ -95,12 +95,6 @@ class InProcessBrowserTest : public testing::Test { // main thread before the browser is torn down. virtual void CleanUpOnMainThread() {} - // Invoked when a test is not finishing in a timely manner. - void TimedOut(); - - // Sets Initial Timeout value. - void SetInitialTimeoutInMS(int initial_timeout); - // Returns the testing server. Guaranteed to be non-NULL. net::TestServer* test_server() { return &test_server_; } @@ -158,9 +152,6 @@ class InProcessBrowserTest : public testing::Test { // Saved to restore the value of RenderProcessHost::run_renderer_in_process. bool original_single_process_; - // Initial timeout value in ms. - int initial_timeout_; - // Host resolver to use during the test. scoped_refptr<net::RuleBasedHostResolverProc> host_resolver_; |