| Index: components/subresource_filter/content/renderer/subresource_filter_agent.h
|
| diff --git a/components/subresource_filter/content/renderer/subresource_filter_agent.h b/components/subresource_filter/content/renderer/subresource_filter_agent.h
|
| index 864e197d5ad40fe37e913d1c5d205cda33707b76..43beacd3799feeaade7970203e34fdea2de7e0af 100644
|
| --- a/components/subresource_filter/content/renderer/subresource_filter_agent.h
|
| +++ b/components/subresource_filter/content/renderer/subresource_filter_agent.h
|
| @@ -58,7 +58,8 @@ class SubresourceFilterAgent
|
|
|
| private:
|
| void OnActivateForProvisionalLoad(ActivationState activation_state,
|
| - const GURL& url);
|
| + const GURL& url,
|
| + bool measure_performance);
|
| void RecordHistogramsOnLoadCommitted();
|
| void RecordHistogramsOnLoadFinished();
|
|
|
| @@ -75,6 +76,7 @@ class SubresourceFilterAgent
|
|
|
| ActivationState activation_state_for_provisional_load_;
|
| GURL url_for_provisional_load_;
|
| + bool measure_performance_ = false;
|
| base::WeakPtr<DocumentSubresourceFilter> filter_for_last_committed_load_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SubresourceFilterAgent);
|
|
|