Skip to content

Commit

Permalink
SimpleCache: Add doom event to netlog
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/442013002

Cr-Commit-Position: refs/heads/master@{#288633}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288633 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
pasko@chromium.org committed Aug 11, 2014
1 parent b3ac69d commit 507a08f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/disk_cache/simple/simple_entry_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ void SimpleEntryImpl::DoomOperationComplete(
State state_to_restore,
int result) {
state_ = state_to_restore;
net_log_.AddEvent(net::NetLog::TYPE_SIMPLE_CACHE_ENTRY_DOOM_END);
if (!callback.is_null())
callback.Run(result);
RunNextOperationIfNeeded();
Expand Down

0 comments on commit 507a08f

Please sign in to comment.