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 0d237f53138cad8b9d72dd30771ecc28f6d3111f..8eb96ac0830484fd9d7d724b0bfaa7882a086998 100644 |
| --- a/third_party/WebKit/public/web/WebFrameLoadType.h |
| +++ b/third_party/WebKit/public/web/WebFrameLoadType.h |
| @@ -15,7 +15,7 @@ enum class WebFrameLoadType { |
| Standard, |
| BackForward, |
| Reload, |
| - Same, // user loads same URL again (but not reload button) |
| + ReloadMainResource, // used in loading same URL again |
|
kinuko
2016/05/15 14:03:56
ditto
Takashi Toyoshima
2016/05/16 04:39:37
Done.
|
| ReplaceCurrentItem, |
| InitialInChildFrame, |
| InitialHistoryLoad, // history navigation in a newly created frame |