Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: ppapi/proxy/plugin_main_nacl.cc

Issue 11412293: Fix NaCl IPC proxy startup for ARM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_main_nacl.cc
===================================================================
--- ppapi/proxy/plugin_main_nacl.cc (revision 169901)
+++ ppapi/proxy/plugin_main_nacl.cc (working copy)
@@ -228,6 +228,8 @@
}
int PpapiPluginMain() {
+ IrtInit();
dmichael (off chromium) 2012/12/01 14:48:47 I assume you verified that it's okay to call it tw
bbudge 2012/12/01 16:12:39 Yes. It's idempotent.
+
// Though it isn't referenced here, we must instantiate an AtExitManager.
base::AtExitManager exit_manager;
MessageLoop loop;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698