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

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

Issue 1232223002: Rename LockBackForwardList to ReplaceCurrentItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/NavigationScheduler.h
diff --git a/Source/core/loader/NavigationScheduler.h b/Source/core/loader/NavigationScheduler.h
index 23de7a33d7772ae01cffc7377b29aadc481bbaa2..a5d0e78aef267fea9376e9e2e55ee6a55c18d401 100644
--- a/Source/core/loader/NavigationScheduler.h
+++ b/Source/core/loader/NavigationScheduler.h
@@ -92,7 +92,7 @@ public:
bool locationChangePending();
void scheduleRedirect(double delay, const String& url);
- void scheduleLocationChange(Document*, const String& url, bool lockBackForwardList = true);
+ void scheduleLocationChange(Document*, const String& url, bool replacesCurrentItem = true);
void schedulePageBlock(Document*);
void scheduleFormSubmission(Document*, PassRefPtrWillBeRawPtr<FormSubmission>);
void scheduleReload();
@@ -115,7 +115,7 @@ private:
void timerFired(Timer<NavigationScheduler>*);
void schedule(PassOwnPtrWillBeRawPtr<ScheduledNavigation>);
- static bool mustLockBackForwardList(LocalFrame* targetFrame);
+ static bool mustReplaceCurrentItem(LocalFrame* targetFrame);
RawPtrWillBeMember<LocalFrame> m_frame;
Timer<NavigationScheduler> m_timer;

Powered by Google App Engine
This is Rietveld 408576698