| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index c263c6b3755a82863ef917c86db168207f165335..06655c1ece3b23d7af18f83727c537972519a3a1 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -206,10 +206,6 @@ std::string GoogleChromeDistribution::GetNetworkStatsServer() const {
|
| return chrome_common_net::kEchoTestServerLocation;
|
| }
|
|
|
| -std::string GoogleChromeDistribution::GetHttpPipeliningTestServer() const {
|
| - return chrome_common_net::kPipelineTestServerBaseUrl;
|
| -}
|
| -
|
| base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) {
|
| base::string16 sub_key(google_update::kRegPathClientState);
|
| sub_key.append(L"\\");
|
|
|