Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1219)

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 263973003: Move LoadProgressTracker to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a0fb3327ff2b6b81ac3bb5b0144d17057648ffea..a83b26f62b056eab7e85443915dc64bf5e33822f 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -127,12 +127,6 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
// when the SwapOutACK is received.
void SetPendingShutdown(const base::Closure& on_swap_out);
- // TODO(nasko): This method is public so RenderViewHostImpl::Navigate can
- // call it directly. It should be made private once Navigate moves here.
- // |to_different_document| will be true unless the load is a fragment
- // navigation, or triggered by history.pushState/replaceState.
- void OnDidStartLoading(bool to_different_document);
-
// Sends the given navigation message. Use this rather than sending it
// yourself since this does the internal bookkeeping described below. This
// function takes ownership of the provided message pointer.
@@ -202,7 +196,6 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
const GURL& source_url,
const GURL& target_url);
void OnNavigate(const IPC::Message& msg);
- void OnDidStopLoading();
void OnBeforeUnloadACK(
bool proceed,
const base::TimeTicks& renderer_before_unload_start_time,

Powered by Google App Engine
This is Rietveld 408576698