CU installer policy for on device head suggest component.
We define a new path enum in updater paths file such that it can be
accessed by both component updater and on device head suggest
provider.
Bug: 925072
Change-Id: I1a84c73e4a87f330d2142916e05f2c32f3ed2b43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670292
Commit-Queue: Ce Chen <[email protected]>
Reviewed-by: Sorin Jianu <[email protected]>
Reviewed-by: Joshua Pawlicki <[email protected]>
Cr-Commit-Position: refs/heads/master@{#673016}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b0b8605..8de9858 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -319,6 +319,8 @@
"component_updater/file_type_policies_component_installer.h",
"component_updater/mei_preload_component_installer.cc",
"component_updater/mei_preload_component_installer.h",
+ "component_updater/on_device_head_suggest_component_installer.cc",
+ "component_updater/on_device_head_suggest_component_installer.h",
"component_updater/optimization_hints_component_installer.cc",
"component_updater/optimization_hints_component_installer.h",
"component_updater/origin_trials_component_installer.cc",