From 083072ff2d098c5bed10032f240655e372e125f1 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Mon, 6 Jun 2011 21:58:42 +0000 Subject: Removing the NACL function LaunchSelLdr from webkit_glue.h as this functionality 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 --- webkit/glue/webkit_glue.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'webkit') diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index b1767f2..414a250 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -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. -- cgit v1.1