Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / net / disk_cache / simple / simple_entry_impl.cc
index cc2a1ea..166c34b 100644 (file)
@@ -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();