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

Unified Diff: chrome/browser/extensions/updater/chrome_update_client_config.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: 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 7e6b020758e915f8c38edf7dbf2837d4de446046..3596335ff3e7dfd1ebc4f730a574545bc003893e 100644
--- a/chrome/browser/extensions/updater/chrome_update_client_config.h
+++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
@@ -41,6 +41,7 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
const override;
bool DeltasEnabled() const override;
bool UseBackgroundDownloader() const override;
+ bool UseCupSigning() const override;
protected:
friend class base::RefCountedThreadSafe<ChromeUpdateClientConfig>;

Powered by Google App Engine
This is Rietveld 408576698