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 e6ac19bbfac15e6a5fac6766dcb8cfbb9d54116d..f8cc075c29abe715f99339bfd9b26d2c18fda9cd 100644 |
--- a/content/browser/renderer_host/sandbox_ipc_linux.h |
+++ b/content/browser/renderer_host/sandbox_ipc_linux.h |
@@ -36,37 +36,30 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate { |
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); |