replace VLOG with DVLOG in content/browser/loader/resource_loader.cc
commit0e79091bb90183eca25e998d2d9e134003313f71
authormostynb <mostynb@opera.com>
Mon, 15 Jun 2015 16:18:25 +0000 (15 09:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Jun 2015 16:18:56 +0000 (15 16:18 +0000)
tree0d0817087ade878a32563d7927dd6ca547ac16c2
parentd6df66c9c1525686b204af75015d90b5d1a5ef23
replace VLOG with DVLOG in content/browser/loader/resource_loader.cc

VLOG() has a high overhead due to pattern matching. One of the major culprits
is in content/browser/loader/resource_loader.cc

BUG=489818,489441
R=sque,mmenke

Review URL: https://codereview.chromium.org/1174173013

Cr-Commit-Position: refs/heads/master@{#334388}
content/browser/loader/resource_loader.cc