Skip to content

Commit

Permalink
Removing the NACL function LaunchSelLdr from webkit_glue.h as this fu…
Browse files Browse the repository at this point in the history
…nctionality is now implemented

as an interface in the renderer process.

BUG=82454
Review URL: http://codereview.chromium.org/7058065

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88048 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
ananta@chromium.org committed Jun 6, 2011
1 parent 1bff7a7 commit 083072f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webkit/glue/webkit_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ void EnableSpdy(bool enable);
// Notifies the browser that the given action has been performed.
void UserMetricsRecordAction(const std::string& action);

#if !defined(DISABLE_NACL)
// Launch NaCl's sel_ldr process.
bool LaunchSelLdr(const char* alleged_url, int socket_count, void* imc_handles,
void* nacl_process_handle, int* nacl_process_id);
#endif

#if defined(OS_LINUX)
// Return a read-only file descriptor to the font which best matches the given
// properties or -1 on failure.
Expand Down

0 comments on commit 083072f

Please sign in to comment.