From d67d10528eb68753d19db1698b3688fa48fa44b3 Mon Sep 17 00:00:00 2001 From: "rtenneti@chromium.org" Date: Thu, 9 Jun 2011 05:11:41 +0000 Subject: Collect stats to investigate the viability of UDP connectivity from the browser (first cut). Collect stats for TCP connectivity also. - What percentage of users can get a message end-to-end to an TCP and UDP server. - What is the latency for TCP and UDP messages. Added TCP and UDP echo servers to testserver.py for unittests. BUG=82565 TEST=udp tests Review URL: http://codereview.chromium.org/7056031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88495 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/util/browser_distribution.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/installer/util/browser_distribution.h') diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h index c766a8a..fa0c9d6 100644 --- a/chrome/installer/util/browser_distribution.h +++ b/chrome/installer/util/browser_distribution.h @@ -88,6 +88,8 @@ class BrowserDistribution { virtual std::wstring GetStatsServerURL(); + virtual std::string GetNetworkStatsServer() const; + #if defined(OS_WIN) virtual std::wstring GetDistributionData(HKEY root_key); #endif -- cgit v1.1