diff options
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl.h')
-rw-r--r-- | net/proxy/proxy_script_fetcher_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h index 85ad7a0..b02c9fc 100644 --- a/net/proxy/proxy_script_fetcher_impl.h +++ b/net/proxy/proxy_script_fetcher_impl.h @@ -117,7 +117,10 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher, base::TimeDelta max_duration_; // The time that the fetch started. - base::Time fetch_start_time_; + base::TimeTicks fetch_start_time_; + + // The time that the first byte was received. + base::TimeTicks fetch_time_to_first_byte_; // Factory for creating the time-out task. This takes care of revoking // outstanding tasks when |this| is deleted. |