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

Unified Diff: components/component_updater/component_updater_service_unittest.cc

Issue 2257363002: Define EnabledComponentUpdates group policy for the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: Removed policy group. Reworded comment. Created 4 years, 4 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/component_updater/component_updater_service_unittest.cc
diff --git a/components/component_updater/component_updater_service_unittest.cc b/components/component_updater/component_updater_service_unittest.cc
index cdeed0d8a8d73367a697b75c8da6af6618b96ccf..0ad90d55d5d94022d1d1ce884014be2ce0bf5d61 100644
--- a/components/component_updater/component_updater_service_unittest.cc
+++ b/components/component_updater/component_updater_service_unittest.cc
@@ -287,8 +287,7 @@ TEST_F(ComponentUpdaterTest, RegisterComponent) {
TEST_F(ComponentUpdaterTest, OnDemandUpdate) {
class LoopHandler {
public:
- LoopHandler(int max_cnt)
- : max_cnt_(max_cnt) {}
+ LoopHandler(int max_cnt) : max_cnt_(max_cnt) {}
void OnInstall(
const std::string& ids,
« no previous file with comments | « components/component_updater/component_updater_service.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698