| Index: content/browser/renderer_host/sandbox_ipc_linux.h
|
| diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| index f8cc075c29abe715f99339bfd9b26d2c18fda9cd..e6ac19bbfac15e6a5fac6766dcb8cfbb9d54116d 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.h
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| @@ -36,30 +36,37 @@
|
| void HandleRequestFromRenderer(int fd);
|
|
|
| void HandleFontMatchRequest(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleFontOpenRequest(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleGetFallbackFontForChar(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleGetStyleForStrike(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleLocaltime(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleMakeSharedMemorySegment(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
| void HandleMatchWithFallback(int fd,
|
| + const Pickle& pickle,
|
| PickleIterator iter,
|
| const std::vector<base::ScopedFD*>& fds);
|
|
|
|
|