| Index: chrome/browser/component_updater/cld_component_installer.h
|
| diff --git a/chrome/browser/component_updater/cld_component_installer.h b/chrome/browser/component_updater/cld_component_installer.h
|
| index 74600bb3448843a3a65d9fee78f9aef929ed7a7a..7fc25d1c5d6ebf7e6ac393efc1d2b0d206bda5fa 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.h
|
| +++ b/chrome/browser/component_updater/cld_component_installer.h
|
| @@ -42,6 +42,7 @@ class CldComponentInstallerTraits : public ComponentInstallerTraits {
|
|
|
| // The following methods override ComponentInstallerTraits.
|
| bool CanAutoUpdate() const override;
|
| + bool RequiresNetworkEncryption() const override;
|
| bool OnCustomInstall(const base::DictionaryValue& manifest,
|
| const base::FilePath& install_dir) override;
|
| bool VerifyInstallation(const base::DictionaryValue& manifest,
|
|
|