| 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,
|
|
|