summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r--chrome/test/in_process_browser_test.h9
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_;