summaryrefslogtreecommitdiffstats
path: root/net/base/net_test_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/net_test_constants.h')
-rw-r--r--net/base/net_test_constants.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/base/net_test_constants.h b/net/base/net_test_constants.h
deleted file mode 100644
index 83eb43f..0000000
--- a/net/base/net_test_constants.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2009 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.
-
-#ifndef NET_BASE_NET_TEST_CONSTANTS_H_
-#define NET_BASE_NET_TEST_CONSTANTS_H_
-
-namespace net {
-
-// Number of connection attempts for tests.
-const int kDefaultTestConnectionAttempts = 10;
-
-// Connection timeout in milliseconds for tests.
-const int kDefaultTestConnectionTimeout = 1000;
-
-} // namespace net
-
-#endif // NET_BASE_NET_TEST_CONSTANTS_H_