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

Unified Diff: base/memory/shared_memory_win.cc

Issue 2849633002: Get rid of base::SharedMemory::NULLHandle(); (Closed)
Patch Set: Rebase. Created 3 years, 8 months 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
Index: base/memory/shared_memory_win.cc
diff --git a/base/memory/shared_memory_win.cc b/base/memory/shared_memory_win.cc
index 9b6135e8b2fb12cb4787bee0a0fc235569bb4281..ebe1f7bd858062a9ff4e0af0bf57ed49fc2a5cea 100644
--- a/base/memory/shared_memory_win.cc
+++ b/base/memory/shared_memory_win.cc
@@ -171,11 +171,6 @@ bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) {
}
// static
-SharedMemoryHandle SharedMemory::NULLHandle() {
- return SharedMemoryHandle();
-}
-
-// static
void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) {
handle.Close();
}
« no previous file with comments | « base/memory/shared_memory_posix.cc ('k') | components/discardable_memory/service/discardable_shared_memory_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698