Hacker News new | ask | show | jobs
by elq 4594 days ago
They were apparently trying to understand performance issues with adblock, so they can fix them...

  // TODO(mpcomplete): remove the extension-related histograms after we collect
  // enough data. http://crbug.com/100411
  
  const bool use_adblock_histogram =
      ChromeContentRendererClient::IsAdblockInstalled();
https://code.google.com/p/chromium/issues/detail?id=100411