diff options
author | vadimt@chromium.org <vadimt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 19:27:42 +0000 |
---|---|---|
committer | vadimt@chromium.org <vadimt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 19:27:42 +0000 |
commit | dcc02d95f0953b2c0cd15d99b22c0e6b4101b2e7 (patch) | |
tree | a23ffb9eee3d99d06a40ad464735799eb122c147 /content/browser/geolocation/network_location_request.h | |
parent | 0d006ff992118ab00e1c2bd45e91a404be6e3127 (diff) | |
download | chromium_src-dcc02d95f0953b2c0cd15d99b22c0e6b4101b2e7.zip chromium_src-dcc02d95f0953b2c0cd15d99b22c0e6b4101b2e7.tar.gz chromium_src-dcc02d95f0953b2c0cd15d99b22c0e6b4101b2e7.tar.bz2 |
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
Diffstat (limited to 'content/browser/geolocation/network_location_request.h')
-rw-r--r-- | content/browser/geolocation/network_location_request.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); }; |