| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index a26e5841ed080501ffdc36a023cea8a21701e0a2..f4891f2d4043a6e5f8e4324337b25446c85f4cda 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -532,10 +532,6 @@ WebPreferences RenderViewHostImpl::ComputeWebkitPrefs() {
|
| return prefs;
|
| }
|
|
|
| -void RenderViewHostImpl::SuppressDialogsUntilSwapOut() {
|
| - Send(new ViewMsg_SuppressDialogsUntilSwapOut(GetRoutingID()));
|
| -}
|
| -
|
| void RenderViewHostImpl::ClosePage() {
|
| is_waiting_for_close_ack_ = true;
|
| GetWidget()->StartHangMonitorTimeout(
|
|
|