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

Unified Diff: content/common/frame_messages.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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 0b8b72b7a7884d3a220e595ecb4358e571c52e42..d5eb2114fe7d16fb12753600e77bc3ba524d87b6 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -578,6 +578,9 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_DidFailLoadWithError,
int /* error_code */,
base::string16 /* error_description */)
+// Sent when the renderer drops a navigation.
Charlie Reis 2014/12/09 19:28:15 nit: drops a navigation -> decides to ignore a nav
Avi (use Gerrit) 2014/12/09 20:45:27 Done.
+IPC_MESSAGE_ROUTED0(FrameHostMsg_DidDropNavigation)
+
// Sent when the renderer starts loading the page. |to_different_document| will
// be true unless the load is a fragment navigation, or triggered by
// history.pushState/replaceState.

Powered by Google App Engine
This is Rietveld 408576698