Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index d838eb959a2ace711790c0e593a2e3c4cad43589..4249aa24bdcfca095db1d04195228bafa173f352 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -83,11 +83,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost { |
// Returns true if the current focused element is editable. |
virtual bool IsFocusedElementEditable() = 0; |
- // Causes the renderer to close the current page, including running its |
- // onunload event handler. A ClosePage_ACK message will be sent to the |
- // ResourceDispatcherHost when it is finished. |
- virtual void ClosePage() = 0; |
- |
// Copies the image at location x, y to the clipboard (if there indeed is an |
// image at that location). |
virtual void CopyImageAt(int x, int y) = 0; |