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 96d4ceee0f82b27b9782627b0a783d157778de6a..b667fd300d42267bf644cc5fa42e3fa8617f4e19 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -490,7 +490,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); |