summaryrefslogtreecommitdiffstats
path: root/chrome/nacl/broker_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/nacl/broker_thread.cc')
-rw-r--r--chrome/nacl/broker_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/broker_thread.cc b/chrome/nacl/broker_thread.cc
index 0b4bbd2..832c73a7 100644
--- a/chrome/nacl/broker_thread.cc
+++ b/chrome/nacl/broker_thread.cc
@@ -57,7 +57,7 @@ void NaClBrokerThread::OnLaunchLoaderThroughBroker(
if (loader_process) {
DuplicateHandle(::GetCurrentProcess(), loader_process,
browser_handle_, &loader_handle_in_browser,
- PROCESS_DUP_HANDLE, FALSE, 0);
+ PROCESS_DUP_HANDLE | PROCESS_QUERY_INFORMATION , FALSE, 0);
}
}
Send(new NaClProcessMsg_LoaderLaunched(loader_channel_id,