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

Unified Diff: chrome/renderer/render_process_impl.cc

Issue 5933004: Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API v... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | chrome/renderer/renderer_glue.cc » ('j') | chrome/renderer/renderer_glue.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_process_impl.cc
===================================================================
--- chrome/renderer/render_process_impl.cc (revision 69335)
+++ chrome/renderer/render_process_impl.cc (working copy)
@@ -51,6 +51,7 @@
namespace {
+// TODO(abarth): Remove this function in favor of webkit_glue::LaunchSelLdr.
#if !defined(DISABLE_NACL)
bool LaunchNaClProcessMultiFD(const char* alleged_url,
int socket_count,
« no previous file with comments | « no previous file | chrome/renderer/renderer_glue.cc » ('j') | chrome/renderer/renderer_glue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698