Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1225)

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2781383002: Followup comments from r460581. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698