X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fpublic%2Fcommon%2Fchild_process_sandbox_support_linux.h;h=58dc3ea8bf54de77044b8dce2e97f4b51205abca;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=9e1cde273ad35201ff0353fec356ca8bf134b9dd;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/public/common/child_process_sandbox_support_linux.h b/src/content/public/common/child_process_sandbox_support_linux.h index 9e1cde2..58dc3ea 100644 --- a/src/content/public/common/child_process_sandbox_support_linux.h +++ b/src/content/public/common/child_process_sandbox_support_linux.h @@ -50,6 +50,10 @@ CONTENT_EXPORT int MatchFontWithFallback( CONTENT_EXPORT bool GetFontTable(int fd, uint32_t table_tag, off_t offset, uint8_t* output, size_t* output_length); +// Sends a zygote child "ping" message to browser process via socket |fd|. +// Returns true on success. +CONTENT_EXPORT bool SendZygoteChildPing(int fd); + }; // namespace content #endif // CONTENT_PUBLIC_COMMON_CHILD_PROCESS_SANDBOX_SUPPORT_LINUX_H_