diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 21:47:57 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 21:47:57 +0000 |
commit | dbbe276bb83d1ee19e652c877e84ce87a7171393 (patch) | |
tree | c23f8053d2838e548c301a19e6519d3fb9d428ff /ash/shell.cc | |
parent | 51cd5a6af51f9c97711f3fce06a3fee70aacfcae (diff) | |
download | chromium_src-dbbe276bb83d1ee19e652c877e84ce87a7171393.zip chromium_src-dbbe276bb83d1ee19e652c877e84ce87a7171393.tar.gz chromium_src-dbbe276bb83d1ee19e652c877e84ce87a7171393.tar.bz2 |
PPAPI/NaCl: Make ipc_channel_nacl process incoming messages.
On NaCl, we don't have libevent to tell us when there are bytes to be read. Instead, we use a reader thread that does a blocking read and posts data back to DidRecvMsg on the channel's main thread. Since this is how we know there's data to read, we must call ProcessIncomingMessages().
R=bbudge
BUG=116317
TEST=
Review URL: https://chromiumcodereview.appspot.com/10537031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.cc')
0 files changed, 0 insertions, 0 deletions