New issue
Advanced search Search tips

Issue 637163 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

refactor component updater preference registration

Project Member Reported by sorin@chromium.org, Aug 12 2016

Issue description

The current code creates compile time dependencies between chrome\browser\prefs\browser_prefs.cc and each component updater module that needs to register a local preference.

We'd like to make it easier to register additional preferences for the component updater.

It would be desirable to refactor the pref registration code in the component updater so all these dependencies are encapsulated behind a single function such as component_updater::RegisterPrefs.
 

Comment 2 by sorin@chromium.org, Aug 12 2016

Status: Fixed (was: Started)

Sign in to add a comment