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

Unified Diff: chrome/renderer/render_view.cc

Issue 1036003: Add chromium-side support for history.{push,replace}State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/renderer/render_view.h ('k') | webkit/glue/glue_serialize.cc » ('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 41846)
+++ chrome/renderer/render_view.cc (working copy)
@@ -2711,7 +2711,7 @@
navigation_state->user_script_idle_scheduler()->DidFinishLoad();
}
-void RenderView::didChangeLocationWithinPage(
+void RenderView::didNavigateWithinPage(
WebFrame* frame, bool is_new_navigation) {
// Determine if the UserScriptIdleScheduler already ran scripts on this page,
« no previous file with comments | « chrome/renderer/render_view.h ('k') | webkit/glue/glue_serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698