Index: base/shared_memory_win.cc |
=================================================================== |
--- base/shared_memory_win.cc (revision 8817) |
+++ base/shared_memory_win.cc (working copy) |
@@ -66,6 +66,11 @@ |
return true; |
} |
+bool SharedMemory::Delete(const std::wstring& name) { |
+ // intentionally empty -- there is nothing for us to do on Windows. |
+ return true; |
+} |
+ |
bool SharedMemory::Open(const std::wstring &name, bool read_only) { |
DCHECK(mapped_file_ == NULL); |