| Index: components/update_client/test_configurator.h
|
| diff --git a/components/update_client/test_configurator.h b/components/update_client/test_configurator.h
|
| index 8a653794a22f09a30bc454c340052b79a35fb7df..e7ed0f84ce27a6b0312e75fda04ba86e0cf7394b 100644
|
| --- a/components/update_client/test_configurator.h
|
| +++ b/components/update_client/test_configurator.h
|
| @@ -73,9 +73,10 @@ class TestConfigurator : public Configurator {
|
| std::string GetDownloadPreference() const override;
|
| net::URLRequestContextGetter* RequestContext() const override;
|
| scoped_refptr<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;
|
| scoped_refptr<base::SequencedTaskRunner> GetSequencedTaskRunner()
|
| const override;
|
| PrefService* GetPrefService() const override;
|
| @@ -84,7 +85,7 @@ class TestConfigurator : public Configurator {
|
| void SetOnDemandTime(int seconds);
|
| void SetInitialDelay(int seconds);
|
| void SetDownloadPreference(const std::string& download_preference);
|
| - void SetUseCupSigning(bool use_cup_signing);
|
| + void SetEnabledCupSigning(bool use_cup_signing);
|
| void SetUpdateCheckUrl(const GURL& url);
|
| void SetPingUrl(const GURL& url);
|
|
|
|
|