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

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

Issue 790843002: If the renderer drops a navigation, make sure the spinner doesn't spin endlessly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.h » ('j') | content/common/frame_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index 6c22d94abf2620ffd350db98afcf79a509a95773..1676f27dce1f0a8f590368ccf79ac8a6520bce17 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -64,6 +64,10 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
virtual void DidStartLoading(RenderFrameHost* render_frame_host,
bool to_different_document) {}
+ // The top-level RenderFrame stopped loading a page. This corresponds to
nasko 2014/12/09 18:13:33 Is this going to be only for top-level frames? I d
Avi (use Gerrit) 2014/12/09 20:45:27 No, but the comment was stolen from DidStartLoadin
+ // Blink's notion of the throbber stopping.
+ virtual void DidStopLoading(RenderFrameHost* render_frame_host) {}
+
// The RenderFrameHost has been swapped out.
virtual void SwappedOut(RenderFrameHost* render_frame_host) {}
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.h » ('j') | content/common/frame_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698