PTAL
manukh: chrome/browser/history*
mmocny: chrome/browser/page_load_metrics/observers/core/ukm_page_load_metrics_observer_unittest.cc
msw: chrome/browser/ui/tab_helpers.cc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm with optional suggestion
HistoryTabHelper::CreateForWebContents(web_contents);
{
HistoryTabHelper* history_tab_helper =
HistoryTabHelper::FromWebContents(web_contents);optional minor nit: consider calling HistoryTabHelper::FromWebContents within the other helper factories (to keep this common file cleaner). Or maybe use GetOrCreateForWebContents here
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |