summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 21:58:42 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 21:58:42 +0000
commit083072ff2d098c5bed10032f240655e372e125f1 (patch)
treea2b865c200dc557f9261c640790176e4152155c7 /webkit
parent1bff7a71b834a9a223e432859e41970db1aaf9a3 (diff)
downloadchromium_src-083072ff2d098c5bed10032f240655e372e125f1.zip
chromium_src-083072ff2d098c5bed10032f240655e372e125f1.tar.gz
chromium_src-083072ff2d098c5bed10032f240655e372e125f1.tar.bz2
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
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/webkit_glue.h6
1 files changed, 0 insertions, 6 deletions
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.