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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 1849013004: Fix JavaScript alerts from frames with oopif on, after a cross-process click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@alertfix
Patch Set: fixes Created 4 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
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index a963733a752719d356f85b5303f1232bf7bdac42..4ec87ca0711e911a183eb66b0a14a9ffd4a2ba35 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -197,12 +197,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
// TODO(creis): Remove as part of http://crbug.com/418265.
bool is_waiting_for_close_ack() const { return is_waiting_for_close_ack_; }
- // Tells the renderer that this RenderView will soon be swapped out, and thus
- // not to create any new modal dialogs until it happens. This must be done
- // separately so that the PageGroupLoadDeferrers of any current dialogs are no
- // longer on the stack when we attempt to swap it out.
- void SuppressDialogsUntilSwapOut();
-
// Tells the renderer process to run the page's unload handler.
// A ClosePage_ACK ack is sent back when the handler execution completes.
void ClosePage();
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698