Chromium Code Reviews| Index: content/common/frame_message_enums.h |
| diff --git a/content/common/frame_message_enums.h b/content/common/frame_message_enums.h |
| index bbb973ad616a8249babd20a06a3fb0b3aa0d233a..c630d0978d7b5a04de1866efc782c42ce4f524c7 100644 |
| --- a/content/common/frame_message_enums.h |
| +++ b/content/common/frame_message_enums.h |
| @@ -14,6 +14,8 @@ struct FrameMsg_Navigate_Type { |
| RELOAD, |
| // Reload the page, validating only cache entry for the main resource. |
| + // TODO(toyoshim): Remove RELOAD_MAIN_RESOURCE and make RELOAD behavior |
| + // compatible with RELOAD_MAIN_RESOURCE. |
|
Charlie Reis
2016/12/08 23:46:11
I'd suggest rephrasing this to say that we should
Takashi Toyoshima
2016/12/09 04:40:31
Done.
|
| RELOAD_MAIN_RESOURCE, |
| // Reload the page, bypassing any cache entries. |