Chromium Code Reviews| Index: net/disk_cache/file.h |
| =================================================================== |
| --- net/disk_cache/file.h (revision 244963) |
| +++ net/disk_cache/file.h (working copy) |
| @@ -70,6 +70,9 @@ |
| // Blocks until |num_pending_io| IO operations complete. |
| static void WaitForPendingIO(int* num_pending_io); |
| + // Drops current pending operations without waiting for them to complete. |
| + static void DropPendingIO(); |
| + |
| protected: |
| virtual ~File(); |