summaryrefslogtreecommitdiffstats
path: root/chromium/base/memory/shared_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/memory/shared_memory.h')
-rw-r--r--chromium/base/memory/shared_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/base/memory/shared_memory.h b/chromium/base/memory/shared_memory.h
index 7254950feb0..d76e01c6e57 100644
--- a/chromium/base/memory/shared_memory.h
+++ b/chromium/base/memory/shared_memory.h
@@ -200,7 +200,8 @@ class BASE_EXPORT SharedMemory {
SharedMemoryId id() const { return inode_; }
#endif
- // Closes the open shared memory segment.
+ // Closes the open shared memory segment. The memory will remain mapped if
+ // it was previously mapped.
// It is safe to call Close repeatedly.
void Close();