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 bcac9623a06baaff6fccdd4fd6fb9ca39f10c22b..ffa47047b947abf39d9cfafae716e55553a2d320 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -357,9 +357,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_; |
} |