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

Unified Diff: chrome/renderer/render_view.cc

Issue 4448003: Implement onCompleted event for the webNavigation API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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: chrome/renderer/render_view.cc
diff --git a/chrome/renderer/render_view.cc b/chrome/renderer/render_view.cc
index 9e3bc83975d79e17300dd3867ba73b5367ad4548..e87ece1f13fc9aeae713098158d93ea12b64e2bd 100644
--- a/chrome/renderer/render_view.cc
+++ b/chrome/renderer/render_view.cc
@@ -3344,6 +3344,8 @@ void RenderView::didFinishLoad(WebFrame* frame) {
// Let the password manager know which password forms are actually visible.
password_autocomplete_manager_->SendPasswordForms(frame, true);
+
+ Send(new ViewHostMsg_DidFinishLoad(routing_id_, frame->identifier()));
}
void RenderView::didNavigateWithinPage(
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/test/data/extensions/api_test/webnavigation/navigation1/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698