| 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 7577274e45f77a54e02a31cd4dcea1a74e67f0c9..1bdb4bced96723e4234d99f45c79da7126894b81 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
|
| @@ -136,6 +136,8 @@ class ContentSubresourceFilterDriverFactory
|
| configuration_ = std::move(configuration);
|
| }
|
|
|
| + SubresourceFilterClient* client() { return client_.get(); }
|
| +
|
| private:
|
| friend class ContentSubresourceFilterDriverFactoryTest;
|
| friend class safe_browsing::SafeBrowsingServiceTest;
|
|
|