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

Unified Diff: public/web/WebFrameLoadType.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: public/web/WebFrameLoadType.h
diff --git a/public/web/WebFrameLoadType.h b/public/web/WebFrameLoadType.h
index 31389275951f92d56b215a0484804293786b8b1b..d4f14c92ab05b65cbc61ca8032d5f6d8d4a72b7f 100644
--- a/public/web/WebFrameLoadType.h
+++ b/public/web/WebFrameLoadType.h
@@ -16,7 +16,7 @@ enum class WebFrameLoadType {
BackForward,
Reload,
Same, // user loads same URL again (but not reload button)
- RedirectWithLockedBackForwardList,
+ ReplaceCurrentItem,
InitialInChildFrame,
InitialHistoryLoad, // history navigation in a newly created frame
ReloadFromOrigin, // reload bypassing cache
« Source/core/loader/NavigationScheduler.cpp ('K') | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698