Chromium Code Reviews| 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 d4f14c92ab05b65cbc61ca8032d5f6d8d4a72b7f..0d237f53138cad8b9d72dd30771ecc28f6d3111f 100644 |
| --- a/third_party/WebKit/public/web/WebFrameLoadType.h |
| +++ b/third_party/WebKit/public/web/WebFrameLoadType.h |
| @@ -19,7 +19,7 @@ enum class WebFrameLoadType { |
| ReplaceCurrentItem, |
| InitialInChildFrame, |
| InitialHistoryLoad, // history navigation in a newly created frame |
| - ReloadFromOrigin, // reload bypassing cache |
|
Takashi Toyoshima
2016/04/01 07:22:31
yeah, this comment was a bad signal actually.
|
| + ReloadBypassingCache, // super reload |
| }; |
| } // namespace blink |