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

Side by Side Diff: net/base/net_test_constants.h

Issue 2881028: GTTF: test server cleanup: (Closed)
Patch Set: final Created 10 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome_frame/test/http_server.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_BASE_NET_TEST_CONSTANTS_H_
6 #define NET_BASE_NET_TEST_CONSTANTS_H_
7
8 namespace net {
9
10 // Number of connection attempts for tests.
11 const int kDefaultTestConnectionAttempts = 10;
12
13 // Connection timeout in milliseconds for tests.
14 const int kDefaultTestConnectionTimeout = 1000;
15
16 } // namespace net
17
18 #endif // NET_BASE_NET_TEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome_frame/test/http_server.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698