| Index: base/test/test_timeouts.h
|
| diff --git a/base/test/test_timeouts.h b/base/test/test_timeouts.h
|
| index 8a5db3f48cc2c5ef37084842056f5fee15ce5d12..c4787b92a4a19e44ed0b9871885a23693af423b4 100644
|
| --- a/base/test/test_timeouts.h
|
| +++ b/base/test/test_timeouts.h
|
| @@ -43,21 +43,6 @@ class TestTimeouts {
|
| return large_test_timeout_ms_;
|
| }
|
|
|
| - // Timeout for a huge test (like running a layout test inside the browser).
|
| - // Do not use unless absolutely necessary - try to make the test smaller.
|
| - // Do not use multiple times in a single test.
|
| - static int huge_test_timeout_ms() {
|
| - DCHECK(initialized_);
|
| - return large_test_timeout_ms_;
|
| - }
|
| -
|
| - // Timeout to wait for a live operation to complete. Used by tests that access
|
| - // external services.
|
| - static int live_operation_timeout_ms() {
|
| - DCHECK(initialized_);
|
| - return action_max_timeout_ms_;
|
| - }
|
| -
|
| private:
|
| static bool initialized_;
|
|
|
|
|