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

Unified Diff: chrome/installer/util/google_chrome_distribution_dummy.cc

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/installer/util/google_chrome_distribution.cc ('k') | chrome/test/data/http_pipelining/alphabet.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index 9ade9669ab07b0cd8babdc81c7a6c5d55affb94f..cf6d0c967e12235884a2bb59cdfd50562b27b3e4 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -87,10 +87,6 @@ std::string GoogleChromeDistribution::GetNetworkStatsServer() const {
return std::string();
}
-std::string GoogleChromeDistribution::GetHttpPipeliningTestServer() const {
- return std::string();
-}
-
base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) {
return base::string16();
}
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome/test/data/http_pipelining/alphabet.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698