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 2593c16b05d2b471a9909e4fbefcaf093e210cbb..88d211bed2337fbba4bdb1a0b1d0e35bbd33fe25 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -488,7 +488,6 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnUpdateTargetURL(int32 page_id, const GURL& url); |
void OnClose(); |
void OnRequestMove(const gfx::Rect& pos); |
- void OnDidChangeLoadProgress(double load_progress); |
void OnDocumentAvailableInMainFrame(); |
void OnToggleFullscreen(bool enter_fullscreen); |
void OnDidContentsPreferredSizeChange(const gfx::Size& new_size); |