| Index: content/browser/renderer_host/render_message_filter.h
|
| diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
|
| index 2cb45473d144478ed9c6417e7a614407e2d6473e..2edcc5375989285f057d229e1d03abb5becbfb31 100644
|
| --- a/content/browser/renderer_host/render_message_filter.h
|
| +++ b/content/browser/renderer_host/render_message_filter.h
|
| @@ -186,9 +186,8 @@ class RenderMessageFilter : public BrowserMessageFilter,
|
| #endif
|
|
|
| void OnRevealFolderInOS(const FilePath& path);
|
| - void OnGetCPBrowsingContext(uint32* context);
|
|
|
| - // Used to ask the browser to allocate a block of shared memory for the
|
| +// Used to ask the browser to allocate a block of shared memory for the
|
| // renderer to send back data in, since shared memory can't be created
|
| // in the renderer on POSIX due to the sandbox.
|
| void OnAllocateSharedMemoryBuffer(uint32 buffer_size,
|
|
|