Index: chrome/renderer/render_process.cc |
=================================================================== |
--- chrome/renderer/render_process.cc (revision 26592) |
+++ chrome/renderer/render_process.cc (working copy) |
@@ -30,6 +30,7 @@ |
#include "ipc/ipc_channel.h" |
#include "ipc/ipc_message_utils.h" |
#include "media/base/media.h" |
+#include "native_client/src/trusted/plugin/nacl_entry_points.h" |
#include "webkit/glue/webkit_glue.h" |
//----------------------------------------------------------------------------- |
@@ -80,6 +81,9 @@ |
StatisticsRecorder::set_dump_on_exit(true); |
} |
+ if (command_line.HasSwitch(switches::kInternalNaCl)) |
+ RegisterInternalNaClPlugin(); |
+ |
FilePath module_path; |
initialized_media_library_ = |
PathService::Get(base::DIR_MODULE, &module_path) && |