| Index: chrome/browser/component_updater/subresource_filter_component_installer.h
|
| diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.h b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| index fdebaa2a208281df082cc6d09c14eef09914e2a7..2d7f71cc5aab2a751f7e72a04998778441869a7b 100644
|
| --- a/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| +++ b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| @@ -31,7 +31,7 @@ class SubresourceFilterComponentInstallerTraits
|
| friend class SubresourceFilterComponentInstallerTest;
|
|
|
| // ComponentInstallerTraits implementation.
|
| - bool CanAutoUpdate() const override;
|
| + bool SupportsGroupPolicyEnabledComponentUpdates() const override;
|
| bool RequiresNetworkEncryption() const override;
|
| bool OnCustomInstall(const base::DictionaryValue& manifest,
|
| const base::FilePath& install_dir) override;
|
|
|