| Index: chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| diff --git a/chrome/browser/component_updater/ev_whitelist_component_installer.h b/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| index c649adafec367403562673bec965c62e09024e4a..9e7c7b51c78182eb16fb012b8cdd37015ad0e784 100644
|
| --- a/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| +++ b/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| @@ -30,7 +30,7 @@ class EVWhitelistComponentInstallerTraits : public ComponentInstallerTraits {
|
|
|
| private:
|
| // The following methods override ComponentInstallerTraits.
|
| - bool CanAutoUpdate() const override;
|
| + bool SupportsGroupPolicyEnabledComponentUpdates() const override;
|
| bool RequiresNetworkEncryption() const override;
|
| bool OnCustomInstall(const base::DictionaryValue& manifest,
|
| const base::FilePath& install_dir) override;
|
|
|