Chromium Code Reviews| Index: sandbox/win/src/handle_inheritance_test.cc |
| diff --git a/sandbox/win/src/handle_inheritance_test.cc b/sandbox/win/src/handle_inheritance_test.cc |
| index 8074c416ac3b3aec75cfa2988266aa20716a81d9..1511703dc0af9517ef6a467246ce3199890bbc3c 100644 |
| --- a/sandbox/win/src/handle_inheritance_test.cc |
| +++ b/sandbox/win/src/handle_inheritance_test.cc |
| @@ -25,7 +25,6 @@ TEST(HandleInheritanceTests, TestStdoutInheritance) { |
| SECURITY_ATTRIBUTES attrs = {}; |
| attrs.nLength = sizeof(attrs); |
| - attrs.lpSecurityDescriptor = NULL; |
|
Timur Iskhodzhanov
2015/01/30 16:05:30
FYI I think this is redundant
|
| attrs.bInheritHandle = TRUE; |
| HANDLE file_handle = CreateFile( |
| temp_file_name, GENERIC_WRITE, |