summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/protocol_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/protocol_manager.h')
-rw-r--r--chrome/browser/safe_browsing/protocol_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h
index ae89319..bb64f67 100644
--- a/chrome/browser/safe_browsing/protocol_manager.h
+++ b/chrome/browser/safe_browsing/protocol_manager.h
@@ -204,6 +204,9 @@ class SafeBrowsingProtocolManager : public URLFetcher::Delegate {
// Current product version sent in each request.
std::string version_;
+ // Used for measuring chunk request latency.
+ base::Time chunk_request_start_;
+
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolManager);
};