Commit 8682da99 authored by bbudge@chromium.org's avatar bbudge@chromium.org

Fix NaCl IPC proxy startup for ARM.

BUG=116317,161776
TEST=manual, browser_tests not running on ARM

Review URL: https://chromiumcodereview.appspot.com/11412293

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170671 0039d316-1c4b-4281-b951-d872f2087c98
parent a43765d0
...@@ -228,6 +228,8 @@ int IrtInit() { ...@@ -228,6 +228,8 @@ int IrtInit() {
} }
int PpapiPluginMain() { int PpapiPluginMain() {
IrtInit();
// Though it isn't referenced here, we must instantiate an AtExitManager. // Though it isn't referenced here, we must instantiate an AtExitManager.
base::AtExitManager exit_manager; base::AtExitManager exit_manager;
MessageLoop loop; MessageLoop loop;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment