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

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

Issue 2719133002: A page can't fire dialogs in unload handlers; remove code that handles that case. (Closed)
Patch Set: IPCs when closing? Created 3 years, 10 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 d21b1da7281e10bae3131ec5e7820cfbfafaa80e..0e0c532dc8d9891b9b0cc9098c71dda1b7e050cb 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -879,6 +879,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
void OnRendererConnect(const service_manager::ServiceInfo& local_info,
const service_manager::ServiceInfo& remote_info);
+ void SendJavaScriptDialogReply(IPC::Message* reply_msg,
+ bool success,
+ const base::string16& user_input);
+
// Returns ownership of the NavigationHandle associated with a navigation that
// just committed.
std::unique_ptr<NavigationHandleImpl> TakeNavigationHandleForCommit(

Powered by Google App Engine
This is Rietveld 408576698