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

Side by Side Diff: chrome/browser/extensions/updater/chrome_update_client_config.cc

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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/version.h" 6 #include "base/version.h"
7 #include "chrome/browser/component_updater/component_patcher_operation_out_of_pr ocess.h" 7 #include "chrome/browser/component_updater/component_patcher_operation_out_of_pr ocess.h"
8 #include "chrome/browser/extensions/updater/chrome_update_client_config.h" 8 #include "chrome/browser/extensions/updater/chrome_update_client_config.h"
9 #include "chrome/browser/update_client/chrome_update_query_params_delegate.h" 9 #include "chrome/browser/update_client/chrome_update_query_params_delegate.h"
10 #include "chrome/common/channel_info.h" 10 #include "chrome/common/channel_info.h"
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 } 80 }
81 81
82 bool ChromeUpdateClientConfig::DeltasEnabled() const { 82 bool ChromeUpdateClientConfig::DeltasEnabled() const {
83 return impl_.DeltasEnabled(); 83 return impl_.DeltasEnabled();
84 } 84 }
85 85
86 bool ChromeUpdateClientConfig::UseBackgroundDownloader() const { 86 bool ChromeUpdateClientConfig::UseBackgroundDownloader() const {
87 return impl_.UseBackgroundDownloader(); 87 return impl_.UseBackgroundDownloader();
88 } 88 }
89 89
90 bool ChromeUpdateClientConfig::UseCupSigning() const {
91 return false;
92 }
93
90 ChromeUpdateClientConfig::~ChromeUpdateClientConfig() {} 94 ChromeUpdateClientConfig::~ChromeUpdateClientConfig() {}
91 95
92 } // namespace extensions 96 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/extensions/updater/chrome_update_client_config.h ('k') | components/component_updater/configurator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698