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

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

Issue 7056031: Collect stats to investigate the viability of UDP (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/installer/util/chrome_frame_distribution.cc
===================================================================
--- chrome/installer/util/chrome_frame_distribution.cc (revision 86778)
+++ 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() {
+ // TODO(rtenneti): Return the network stats server name.
+ return "";
+}
+
std::wstring ChromeFrameDistribution::GetUninstallLinkName() {
return L"Uninstall Chrome Frame";
}

Powered by Google App Engine
This is Rietveld 408576698