Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 4c2adb6bdfc71898be216c434ac86a59ddc2bec0..fa2e9b93486f9400620f1749081e1d9898035839 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -201,6 +201,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
const GURL& target_url); |
void OnNavigate(const IPC::Message& msg); |
void OnDidStopLoading(); |
+ void OnDidChangeLoadProgress(double load_progress); |
void OnBeforeUnloadACK( |
bool proceed, |
const base::TimeTicks& renderer_before_unload_start_time, |