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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 2808953002: Revert of Followup comments from r460581. (Closed)
Patch Set: manual merge Created 3 years, 8 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/test/data/page_with_empty_beforeunload.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 9cfedcf3d3cd1f8e59ae3c803f5cd51dda910520..15b71dd3b982e26e4fdec5d1b4f79efe1a6fa717 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4755,6 +4755,8 @@ void RenderFrameImpl::SuddenTerminationDisablerChanged(
case blink::WebFrameClient::kUnloadHandler:
Send(new FrameHostMsg_UnloadHandlersPresent(routing_id_, present));
break;
+ default:
+ NOTREACHED();
}
}
« no previous file with comments | « content/common/frame_messages.h ('k') | content/test/data/page_with_empty_beforeunload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698