Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1716)

Unified Diff: base/memory/shared_memory_handle.h

Issue 2565683003: Share field trial allocator on Mac (Closed)
Patch Set: Use intentionally dummy value and fix comment Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/memory/shared_memory_handle_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/shared_memory_handle.h
diff --git a/base/memory/shared_memory_handle.h b/base/memory/shared_memory_handle.h
index 7f59d08986e1076f650a6ba2acee0bb8d66a111b..dc33eeafa11faef22f73be0d44dd30447e43118b 100644
--- a/base/memory/shared_memory_handle.h
+++ b/base/memory/shared_memory_handle.h
@@ -121,8 +121,7 @@ class BASE_EXPORT SharedMemoryHandle {
// OS primitives.
SharedMemoryHandle& operator=(const SharedMemoryHandle& handle);
- // Duplicates the underlying OS resources. Assumes the SharedMemoryHandle is
- // of type MACH.
+ // Duplicates the underlying OS resources.
SharedMemoryHandle Duplicate() const;
// Comparison operators.
« no previous file with comments | « no previous file | base/memory/shared_memory_handle_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698