| Index: components/component_updater/default_component_installer.h
|
| diff --git a/components/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h
|
| index 126aeefa5860719e82ba3d6a0ffeba3a1e59aa72..18a87c543f8d486ead78178be7c23ab92886d640 100644
|
| --- a/components/component_updater/default_component_installer.h
|
| +++ b/components/component_updater/default_component_installer.h
|
| @@ -46,9 +46,9 @@ class ComponentInstallerTraits {
|
| virtual bool VerifyInstallation(const base::DictionaryValue& manifest,
|
| const base::FilePath& install_dir) const = 0;
|
|
|
| - // Returns true if the component can be automatically updated. Called once
|
| - // during component registration from the UI thread.
|
| - virtual bool CanAutoUpdate() const = 0;
|
| + // Returns true if the component supports a group policy to enable updates.
|
| + // Called once during component registration from the UI thread.
|
| + virtual bool SupportsGroupPolicyEnabledComponentUpdates() const = 0;
|
|
|
| // Returns true if the network communication related to this component
|
| // must be encrypted.
|
|
|