Index: chrome/installer/util/chrome_frame_distribution.cc |
=================================================================== |
--- chrome/installer/util/chrome_frame_distribution.cc (revision 88351) |
+++ chrome/installer/util/chrome_frame_distribution.cc (working copy) |
@@ -85,6 +85,11 @@ |
return L"https://clients4.google.com/firefox/metrics/collect"; |
} |
+std::string ChromeFrameDistribution::GetNetworkStatsServer() const { |
+ // TODO(rtenneti): Return the network stats server name. |
+ return ""; |
+} |
+ |
std::wstring ChromeFrameDistribution::GetUninstallLinkName() { |
return L"Uninstall Chrome Frame"; |
} |