| Index: components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
|
| diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
|
| index 6bfd8941a314c78f32c5cfab76916d2274580432..3611723d59b73903947de67919e6f5dcbfd7f68a 100644
|
| --- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
|
| +++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
|
| @@ -145,6 +145,7 @@ class ContentSubresourceFilterDriverFactory
|
| HostPathSet whitelisted_hosts_;
|
|
|
| ActivationState activation_state_;
|
| + bool measure_performance_;
|
|
|
| // The URLs in the navigation chain.
|
| std::vector<GURL> navigation_chain_;
|
|
|