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 d9f7d89d8a0c23caa1c25488783cefa35244b9f4..cba1edf7e58ec0f186fda22fe26b36670ef4346d 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 ShouldDispatchUnload(); |
+ bool HasUnloadHandler(); |
// 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 |