Index: chrome/installer/util/google_chrome_distribution.cc |
=================================================================== |
--- chrome/installer/util/google_chrome_distribution.cc (revision 87905) |
+++ chrome/installer/util/google_chrome_distribution.cc (working copy) |
@@ -422,6 +422,11 @@ |
return L"https://clients4.google.com/firefox/metrics/collect"; |
} |
+std::string GoogleChromeDistribution::GetNetworkStatsServer() { |
+ // TODO(rtenneti): Return the network stats server name. |
+ return ""; |
+} |
+ |
std::wstring GoogleChromeDistribution::GetDistributionData(HKEY root_key) { |
std::wstring sub_key(google_update::kRegPathClientState); |
sub_key.append(L"\\"); |