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

Unified Diff: chrome/renderer/render_view.cc

Issue 115919: Consider an immediate redirect as machine-initiated and slow one as... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/test/data/History/history_length_test_page_1.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.cc
===================================================================
--- chrome/renderer/render_view.cc (revision 17847)
+++ chrome/renderer/render_view.cc (working copy)
@@ -1297,6 +1297,8 @@
void RenderView::DidFinishDocumentLoadForFrame(WebView* webview,
WebFrame* frame) {
+ Send(new ViewHostMsg_DocumentLoadedInFrame(routing_id_));
+
// Check whether we have new encoding name.
UpdateEncoding(frame, webview->GetMainFrameEncodingName());
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/test/data/History/history_length_test_page_1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698