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

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

Issue 2772753002: Change FrameLoadTypeReload to take FrameLoadTypeReloadMainResource's behavior (Closed)
Patch Set: remove Reload 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
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..91aca81769fd93aa88201bf69aee85b8fd931424 100644
--- a/third_party/WebKit/public/web/WebFrameLoadType.h
+++ b/third_party/WebKit/public/web/WebFrameLoadType.h
@@ -17,9 +17,6 @@ namespace blink {
// BackForward:
// 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
@@ -38,7 +35,6 @@ namespace blink {
enum class WebFrameLoadType {
Standard,
BackForward,
- Reload,
ReloadMainResource,
ReplaceCurrentItem,
InitialInChildFrame,

Powered by Google App Engine
This is Rietveld 408576698