Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 9fc05417c912928330233b1b6872a0f3333cc4d4..08d5b336bee49ee8e6b183aee814bf1c0698aca8 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -147,9 +147,6 @@ class CONTENT_EXPORT RenderFrameImpl |
// spot. |
void Initialize(); |
- // Notification from RenderView. |
- virtual void OnStop(); |
- |
// Notifications from RenderWidget. |
void WasHidden(); |
void WasShown(); |
@@ -497,6 +494,7 @@ class CONTENT_EXPORT RenderFrameImpl |
// content/common/*_messages.h for the message that the function is handling. |
void OnBeforeUnload(); |
void OnSwapOut(int proxy_routing_id); |
+ void OnStop(); |
void OnShowContextMenu(const gfx::Point& location); |
void OnContextMenuClosed(const CustomContextMenuContext& custom_context); |
void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context, |