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

Unified Diff: chrome/common/net/test_server_locations.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/net/test_server_locations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/test_server_locations.h
diff --git a/chrome/common/net/test_server_locations.h b/chrome/common/net/test_server_locations.h
index 591f81f63854a37dad6168abf95fb3e461060ebe..19ff72943008b3698aca6fbbf693af69d7945a36 100644
--- a/chrome/common/net/test_server_locations.h
+++ b/chrome/common/net/test_server_locations.h
@@ -11,10 +11,6 @@ namespace chrome_common_net {
// that simply echoes back the request.
extern const char kEchoTestServerLocation[];
-// Base URL for the HttpPipeliningCompatibilityClient test. Should point to a
-// server running server.py from http://code.google.com/p/http-pipelining-test/
-extern const char kPipelineTestServerBaseUrl[];
-
} // namespace chrome_common_net
#endif // CHROME_COMMON_NET_TEST_SERVER_LOCATIONS_H_
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/net/test_server_locations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698