Detach the dependency from host_content_settings_map to extension.
In order to componentize host_content_settings_map, one big obstacle is the extension system. This CL changes the direction of the dependency. old: host_content_settings_map register extension system new: host_content_settings_map accepts providers which allows extension system to register itself. I believe this is a better design. BUG=384869 R=yoz@chromium.org, markusheintz@chromium.org, bauerb@chromium.org TBR=rlp@chromium.org, sky@chromium.org TEST=no regression Review URL: https://codereview.chromium.org/545413002 Cr-Commit-Position: refs/heads/master@{#294877}
Showing
Please register or sign in to comment