| Index: chrome/browser/component_updater/caps_installer_win.cc
|
| diff --git a/chrome/browser/component_updater/caps_installer_win.cc b/chrome/browser/component_updater/caps_installer_win.cc
|
| index 30a5b21d03d9d534b42be64a477443baebd0f07d..8219f390acd4344c63058c9869d88558b234702f 100644
|
| --- a/chrome/browser/component_updater/caps_installer_win.cc
|
| +++ b/chrome/browser/component_updater/caps_installer_win.cc
|
| @@ -75,7 +75,9 @@ class CAPSInstallerTraits : public ComponentInstallerTraits {
|
| return has_binary;
|
| }
|
|
|
| - bool CanAutoUpdate() const override { return true; }
|
| + bool SupportsGroupPolicyEnabledComponentUpdates() const override {
|
| + return false;
|
| + }
|
|
|
| bool RequiresNetworkEncryption() const override { return false; }
|
|
|
|
|