| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| index fbcbeb15a4695ed908ae5251f91fb98c3b975e6a..6e33b264729a22e2157cdae1854345610c296896 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
|
| @@ -58,7 +58,10 @@ class DataReductionProxyUsageStats
|
|
|
| // Callback intended to be called from |ChromeNetworkDelegate| when a
|
| // request completes. This method is used to gather usage stats.
|
| - void OnUrlRequestCompleted(const net::URLRequest* request, bool started);
|
| + // |is_main_frame| indicates whether or not this was a main frame resource
|
| + // load.
|
| + void OnUrlRequestCompleted(const net::URLRequest* request, bool started,
|
| + bool is_main_frame);
|
|
|
| // Records the last bypass reason to |bypass_type_| and sets
|
| // |triggering_request_| to true. A triggering request is the first request to
|
|
|