| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This is always false for resources served from cache (whereI think `did_send_available_dictionary` should also have the same comment.
bool succeeded = result == OK;
base::UmaHistogramTimes(
base::StrCat({"Net.SharedDictionaryTransaction.DictionaryReadLatency.",
succeeded ? "Success" : "Failure"}),
base::Time::Now() - read_start_time);This feature has a significant impact on DictionaryReadLatency only when fetching subresources. To accurately measure this impact, it would be better to record DictionaryReadLatency separately for the main resource and subresource.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |