Remove ukm_recorder() accessor from BrowserProcess interface |
||
Issue descriptionInitially, BrowserProcess::ukm_recorder() was the canonical way to access the UkmRecorder instance in the browser process. The canonical way to get the UkmRecorder instance has moved to UkmRecorder::Get(), so it can be called from non-chrome/ code such as content/. Thus, we should remove the older BrowserProcess::ukm_recorder() accessor, and transition all callers to UkmRecorder::Get().
,
Apr 25 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 18 2017