| Index: components/precache/content/precache_manager.h
|
| diff --git a/components/precache/content/precache_manager.h b/components/precache/content/precache_manager.h
|
| index 0c1dc18e753beb7edfcb7d5da7d9178d5641bd1e..a0548025f9cad5046a7bed34792c340c885bdcce 100644
|
| --- a/components/precache/content/precache_manager.h
|
| +++ b/components/precache/content/precache_manager.h
|
| @@ -169,6 +169,7 @@ class PrecacheManager : public KeyedService,
|
| // Update precache-related metrics in response to a URL being fetched. Called
|
| // by RecordStatsForFetch() by way of an asynchronous HistoryService callback.
|
| void RecordStatsForFetchInternal(const GURL& url,
|
| + const std::string& referrer_host,
|
| const base::TimeDelta& latency,
|
| const base::Time& fetch_time,
|
| const net::HttpResponseInfo& info,
|
|
|