summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 02:06:33 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 02:06:33 +0000
commit2a4d754e56ca9ed588201257b1e521d96b6aaa17 (patch)
tree656d7ba03658f2e13464047a6159deabaa5d2ac5 /chrome/common
parentcc9858559216b315ef95415396f612109c6ef5f3 (diff)
downloadchromium_src-2a4d754e56ca9ed588201257b1e521d96b6aaa17.zip
chromium_src-2a4d754e56ca9ed588201257b1e521d96b6aaa17.tar.gz
chromium_src-2a4d754e56ca9ed588201257b1e521d96b6aaa17.tar.bz2
Don't keep a pointer to NaClBrokerHost in NaClBrokerService - use ChildProcessHost::Iterator instead. This change fixes the crash that occured if the browser was closed while the NaCl module was still running (found by nacl_ui_tests).
Also make nacl_ui_tests depend on nacl win64 binary (required to run the tests on Win64) BUG=none TEST=nacl_ui_tests Review URL: http://codereview.chromium.org/875005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/nacl_messages_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/nacl_messages_internal.h b/chrome/common/nacl_messages_internal.h
index 9eec408..abde832 100644
--- a/chrome/common/nacl_messages_internal.h
+++ b/chrome/common/nacl_messages_internal.h
@@ -23,9 +23,6 @@ IPC_BEGIN_MESSAGES(NaClProcess)
std::wstring, /* channel ID for the loader */
base::ProcessHandle /* loader process handle */)
- // Notify the browser process that the broker is ready (sent by the broker)
- IPC_MESSAGE_CONTROL0(NaClProcessMsg_BrokerReady)
-
// Notify the broker that all loader processes have been terminated and it
// should shutdown.
IPC_MESSAGE_CONTROL0(NaClProcessMsg_StopBroker)