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

Unified Diff: ipc/handle_win.h

Issue 1320783002: Make SharedMemoryHandle a class on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_global
Patch Set: Fix DCHECK. Created 5 years, 3 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: ipc/handle_win.h
diff --git a/ipc/handle_win.h b/ipc/handle_win.h
index f5f0263272c4c06a858f6de6de6a9495b2af843c..eca1727f7675f5a1f3fe8f2e3909fef39465765a 100644
--- a/ipc/handle_win.h
+++ b/ipc/handle_win.h
@@ -28,6 +28,7 @@ class IPC_EXPORT HandleWin {
MAX_PERMISSIONS = FILE_READ_WRITE
};
+ HandleWin();
HandleWin(const HANDLE& handle, Permissions permissions);
HANDLE get_handle() const { return handle_; }

Powered by Google App Engine
This is Rietveld 408576698