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

Unified Diff: Source/core/frame/History.cpp

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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 | « Source/core/frame/FrameTypes.h ('k') | Source/core/frame/LocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/History.cpp
diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp
index 3c20c233366f5e229d61d4bbb9fee405a7ce6995..039727405262b3849f1a46f332a8b0449d4ccdab 100644
--- a/Source/core/frame/History.cpp
+++ b/Source/core/frame/History.cpp
@@ -124,7 +124,7 @@ void History::go(ExecutionContext* context, int distance)
if (distance)
m_frame->loader().client()->navigateBackForward(distance);
else
- m_frame->reload(NormalReload, ClientRedirect);
+ m_frame->reload(FrameLoadTypeReload, ClientRedirect);
}
KURL History::urlForState(const String& urlString)
« no previous file with comments | « Source/core/frame/FrameTypes.h ('k') | Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698