| Index: components/update_client/configurator.h
|
| diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h
|
| index 5d6a16a48138ff26361d89997944c11bb6329e42..c8101dd086b3778f5254eaae78d2004f8ce60f5f 100644
|
| --- a/components/update_client/configurator.h
|
| +++ b/components/update_client/configurator.h
|
| @@ -98,6 +98,9 @@ class Configurator : public base::RefCountedThreadSafe<Configurator> {
|
| // non on-demand components.
|
| virtual bool UseBackgroundDownloader() const = 0;
|
|
|
| + // True if signing of update checks is enabled.
|
| + virtual bool UseCupSigning() const = 0;
|
| +
|
| // Gets a task runner to a blocking pool of threads suitable for worker jobs.
|
| virtual scoped_refptr<base::SequencedTaskRunner> GetSequencedTaskRunner()
|
| const = 0;
|
|
|