| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index c8e0c7c256d7a0d066eb2ef5ba76d20e616c6d46..5512b8e021d68db7efda3ac7d05794cdd14c7c91 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -434,7 +434,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
|
|
| // Returns true if the frame or any of its descendents have an onunload
|
| // handler.
|
| - bool HasUnloadHandler();
|
| + bool ShouldDispatchUnload();
|
|
|
| // Update the frame's opener in the renderer process in response to the
|
| // opener being modified (e.g., with window.open or being set to null) in
|
|
|