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

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

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.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index 5294295aeecf228d55158ff8ced52b4ec85eb238..4d74533b1264a74170f0fcaf4c4e2b8b19a9d4ce 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -2736,7 +2736,7 @@ bool RenderFrameHostImpl::ShouldDispatchBeforeUnload() {
return false;
}
-bool RenderFrameHostImpl::ShouldDispatchUnload() {
+bool RenderFrameHostImpl::HasUnloadHandler() {
if (!IsRenderFrameLive())
return false;

Powered by Google App Engine
This is Rietveld 408576698