Index: net/disk_cache/file_win.cc |
diff --git a/net/disk_cache/file_win.cc b/net/disk_cache/file_win.cc |
index dbb34f383417962a621201af7d9d64b143280cf6..1492c42c6e45817b22a7b4e00e3586677bdcfdd9 100644 |
--- a/net/disk_cache/file_win.cc |
+++ b/net/disk_cache/file_win.cc |
@@ -267,4 +267,8 @@ void File::WaitForPendingIO(int* num_pending_io) { |
} |
} |
+// Static. |
+void File::DropPendingIO() { |
+} |
+ |
} // namespace disk_cache |