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

Unified Diff: third_party/WebKit/public/web/WebFrameLoadType.h

Issue 2772753002: Change FrameLoadTypeReload to take FrameLoadTypeReloadMainResource's behavior (Closed)
Patch Set: rebase error fix (replace newly added ReloadMainResource) Created 3 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 | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameLoadType.h
diff --git a/third_party/WebKit/public/web/WebFrameLoadType.h b/third_party/WebKit/public/web/WebFrameLoadType.h
index 06920f02a59b9f3969932f08e497ddf3b1f18bec..2e3fd240df0ef5833ec8d0a5a0a2c7d96904cdca 100644
--- a/third_party/WebKit/public/web/WebFrameLoadType.h
+++ b/third_party/WebKit/public/web/WebFrameLoadType.h
@@ -18,9 +18,6 @@ namespace blink {
// Uses cached entries even if the entries are stale. Used in history back and
// forward navigations.
// Reload:
-// Revalidates cached entries even if the entries are fresh. Used in usual
-// reload.
-// ReloadMainResource:
// Revalidates a cached entry for the main resource if one exists, but follows
// protocols for other subresources. Blink internally uses this for the same
// page navigation. Also used in optimized reload for mobiles in a field
@@ -39,7 +36,6 @@ enum class WebFrameLoadType {
Standard,
BackForward,
Reload,
- ReloadMainResource,
ReplaceCurrentItem,
InitialInChildFrame,
InitialHistoryLoad,
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698