Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index a40518fd7de3d4b3cb9df4934887840db25902ad..9d92ab4a2ab2a3e98a9ab12cedf0d3ed977d4b6f 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -105,10 +105,6 @@ base::i18n::TextDirection WebTextDirectionToChromeTextDirection( |
} // namespace |
-const double RenderFrameHostImpl::kLoadingProgressNotStarted = 0.0; |
-const double RenderFrameHostImpl::kLoadingProgressMinimum = 0.1; |
-const double RenderFrameHostImpl::kLoadingProgressDone = 1.0; |
- |
// static |
bool RenderFrameHostImpl::IsRFHStateActive(RenderFrameHostImplState rfh_state) { |
return rfh_state == STATE_DEFAULT; |
@@ -152,7 +148,6 @@ RenderFrameHostImpl::RenderFrameHostImpl(SiteInstance* site_instance, |
is_waiting_for_beforeunload_ack_(false), |
unload_ack_is_for_navigation_(false), |
is_loading_(false), |
- loading_progress_(kLoadingProgressNotStarted), |
accessibility_reset_token_(0), |
accessibility_reset_count_(0), |
no_create_browser_accessibility_manager_for_testing_(false), |