Index: content/browser/renderer_host/render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host.h (revision 81920) |
+++ content/browser/renderer_host/render_view_host.h (working copy) |
@@ -403,10 +403,6 @@ |
// as a popup. |
void DisassociateFromPopupCount(); |
- // Tells the renderer whether it should allow window.close. This is initially |
- // set to false when creating a renderer-initiated window via window.open. |
- void AllowScriptToClose(bool visible); |
- |
// Notifies the Renderer that a move or resize of its containing window has |
// started (this is used to hide the autocomplete popups if any). |
void WindowMoveOrResizeStarted(); |