| Index: content/public/renderer/render_thread.h
|
| diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
|
| index db554c1c9b1c0511aa8bca6f97c1431ab7d75069..7f88da91b1d88680fbc329157e78a62a252035c5 100644
|
| --- a/content/public/renderer/render_thread.h
|
| +++ b/content/public/renderer/render_thread.h
|
| @@ -75,10 +75,6 @@ class CONTENT_EXPORT RenderThread : virtual public ChildThread {
|
| virtual void SetResourceDispatcherDelegate(
|
| ResourceDispatcherDelegate* delegate) = 0;
|
|
|
| - // We initialize WebKit as late as possible. Call this to force
|
| - // initialization.
|
| - virtual void EnsureWebKitInitialized() = 0;
|
| -
|
| // Asks the host to create a block of shared memory for the renderer.
|
| // The shared memory allocated by the host is returned back.
|
| virtual scoped_ptr<base::SharedMemory> HostAllocateSharedMemoryBuffer(
|
|
|