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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 17519002: Reland r152781 - "Fix a history bug where a reload is given a standard load's history entry." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 4b6e46efacde1d71b8add8f9260fe622ab279bfa..3074dd1b89d4f3779ad7981da56284577e164777 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -276,8 +276,8 @@ private:
bool fireBeforeUnloadEvent(Chrome&);
- void checkNavigationPolicyAndContinueLoad(PassRefPtr<FormState>);
- void checkNavigationPolicyAndContinueFragmentScroll(const NavigationAction&);
+ void checkNavigationPolicyAndContinueLoad(PassRefPtr<FormState>, FrameLoadType);
+ void checkNavigationPolicyAndContinueFragmentScroll(const NavigationAction&, bool isNewNavigation);
void checkNewWindowPolicyAndContinue(PassRefPtr<FormState>, const String& frameName, const NavigationAction&);
bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& httpMethod, FrameLoadType, const KURL&);
« no previous file with comments | « LayoutTests/http/tests/history/reload-during-load-after-load-event-expected.txt ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698