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 4e3d5ced4225495b3ff22b7064a1eddb2f792c57..99e6f5e52623b23dea1c589e0abf7d0e73ec659f 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -484,7 +484,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); |