components/omnibox/browser/ is a dependency of //chrome.
We need to migrate it to network service.
Currently, there are ~4 places where it uses URLFetchers to issue network requests.
https://cs.chromium.org/search/?q=TrafficAnnotation+file:%5Esrc/components/omnibox/browser/+package:%5Echromium$&type=cs
These four call places need to be converted to using network service's URLLoader/URLLoaderFactory.
Omnibox also depends on other //net classes e.g. HostResolver and NetworkChangeNotifier indirectly through chrome/browser/intranet_redirect_detector.h. intranet_redirect_detector.h can be converted afterwards.
Comment 1 by xunji...@chromium.org
, May 7 2018