| Index: chrome/browser/renderer_host/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host_delegate.h (revision 75329)
|
| +++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy)
|
| @@ -546,9 +546,6 @@
|
| // refocus on the modal dialog, flash title etc).
|
| virtual void OnIgnoredUIEvent() {}
|
|
|
| - // Notification from the renderer that JS runs out of memory.
|
| - virtual void OnJSOutOfMemory() {}
|
| -
|
| // Notification that the renderer has become unresponsive. The
|
| // delegate can use this notification to show a warning to the user.
|
| virtual void RendererUnresponsive(RenderViewHost* render_view_host,
|
|
|