From dcc02d95f0953b2c0cd15d99b22c0e6b4101b2e7 Mon Sep 17 00:00:00 2001 From: "vadimt@chromium.org" Date: Thu, 1 Nov 2012 19:27:42 +0000 Subject: Adding histogram for a LBS request latency. See bug. BUG=158787 Review URL: https://chromiumcodereview.appspot.com/11364009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165471 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/geolocation/network_location_request.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/browser/geolocation/network_location_request.h') diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h index 49ac96c..4fc564a 100644 --- a/content/browser/geolocation/network_location_request.h +++ b/content/browser/geolocation/network_location_request.h @@ -71,6 +71,9 @@ class NetworkLocationRequest : private net::URLFetcherDelegate { WifiData wifi_data_; base::Time timestamp_; // Timestamp of the above data, not of the request. + // The start time for the request. + base::TimeTicks start_time_; + DISALLOW_COPY_AND_ASSIGN(NetworkLocationRequest); }; -- cgit v1.1