| Index: trunk/src/content/browser/renderer_host/render_view_host_delegate.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_view_host_delegate.h (revision 195969)
|
| +++ trunk/src/content/browser/renderer_host/render_view_host_delegate.h (working copy)
|
| @@ -219,11 +219,6 @@
|
| // the window.
|
| virtual void DidDisownOpener(RenderViewHost* rvh) {}
|
|
|
| - // Another page accessed the initial empty document of this RenderView,
|
| - // which means it is no longer safe to display a pending URL without
|
| - // risking a URL spoof.
|
| - virtual void DidAccessInitialDocument() {}
|
| -
|
| // The RenderView's main frame document element is ready. This happens when
|
| // the document has finished parsing.
|
| virtual void DocumentAvailableInMainFrame(RenderViewHost* render_view_host) {}
|
|
|