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

Unified Diff: ipc/handle_win.h

Issue 1320233002: ipc: Extend attachment broker unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « ipc/attachment_broker_privileged_win_unittest.cc ('k') | ipc/handle_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/handle_win.h
diff --git a/ipc/handle_win.h b/ipc/handle_win.h
index f5f0263272c4c06a858f6de6de6a9495b2af843c..a8f6978bb2dc38c79ea8c0ff301acce8cbbe8ed9 100644
--- a/ipc/handle_win.h
+++ b/ipc/handle_win.h
@@ -28,6 +28,8 @@ class IPC_EXPORT HandleWin {
MAX_PERMISSIONS = FILE_READ_WRITE
};
+ // Default constructor makes an invalid HANDLE.
+ HandleWin();
HandleWin(const HANDLE& handle, Permissions permissions);
HANDLE get_handle() const { return handle_; }
« no previous file with comments | « ipc/attachment_broker_privileged_win_unittest.cc ('k') | ipc/handle_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698