| Index: chrome/browser/extensions/updater/chrome_update_client_config.h
|
| diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.h b/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| index 0b5bd70f7d0aaeb04beb494d22937d5d838ac70d..b1c27dd7af133b2f4c0e2617ad01a8d2d065e8ab 100644
|
| --- a/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| +++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| @@ -40,9 +40,10 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
|
| net::URLRequestContextGetter* RequestContext() const override;
|
| scoped_refptr<update_client::OutOfProcessPatcher> CreateOutOfProcessPatcher()
|
| const override;
|
| - bool DeltasEnabled() const override;
|
| - bool UseBackgroundDownloader() const override;
|
| - bool UseCupSigning() const override;
|
| + bool EnabledDeltas() const override;
|
| + bool EnabledComponentUpdates() const override;
|
| + bool EnabledBackgroundDownloader() const override;
|
| + bool EnabledCupSigning() const override;
|
| PrefService* GetPrefService() const override;
|
|
|
| protected:
|
|
|