Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1746)

Unified Diff: components/update_client/configurator.h

Issue 1685323002: Implement CUP signing in UpdateClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and remove duplicated code comment. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/update_client/client_update_protocol_ecdsa_unittest.cc ('k') | components/update_client/ping_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698