Chromium Code Reviews| Index: net/disk_cache/sparse_control.h |
| =================================================================== |
| --- net/disk_cache/sparse_control.h (revision 76773) |
| +++ net/disk_cache/sparse_control.h (working copy) |
| @@ -145,6 +145,9 @@ |
| void DoUserCallback(); |
| void DoAbortCallbacks(); |
| + // Logs the end event for a current operation a child. |
| + void LogChildOperationEnd(int result); |
| + |
| EntryImpl* entry_; // The sparse entry. |
| EntryImpl* child_; // The current child entry. |
| SparseOperation operation_; |