Index: webkit/tools/test_shell/test_shell.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell.cc (revision 69335) |
+++ webkit/tools/test_shell/test_shell.cc (working copy) |
@@ -882,6 +882,11 @@ |
return true; |
} |
+bool LaunchSelLdr(const char* alleged_url, int socket_count, void* imc_handles, |
+ void* nacl_process_handle, int* nacl_process_id) { |
+ return false; |
+} |
+ |
#if defined(OS_LINUX) |
int MatchFontWithFallback(const std::string& face, bool bold, |
bool italic, int charset) { |