Cleanup dependencies in web_resource
This CL removes the dependencies on channel_info,
browser_process and content metrics.
The goal of this work is to enable componentization of this code,
so that it can be shared on iOS.
notification_promo_helper is introduced so that code in //chrome
does not have to explicitly pass all the arguments to the static
methods in NotificationPromo.
This will also avoid updating all the callsites when future CLs
add even more arguments.
BUG=371477
TBR=sky
Review URL: https://codereview.chromium.org/
1288933002
Cr-Commit-Position: refs/heads/master@{#344779}