| 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 ea7ea9303dd14ce04aaffcae60de8926a23757b3..d4da41dc7eb37e04f074ad579619ab96548e3707 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -355,9 +355,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| return main_frame_routing_id_;
|
| }
|
|
|
| - // Set the opener to null in the renderer process.
|
| - void DisownOpener();
|
| -
|
| bool is_waiting_for_beforeunload_ack() {
|
| return is_waiting_for_beforeunload_ack_;
|
| }
|
|
|