| 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..8913847ea93d7e96ac07dbe3db8537af19d9bde5 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): We should rename this one to be RELOAD and remove the old
|
| + // unused RELOAD behavior.
|
| RELOAD_MAIN_RESOURCE,
|
|
|
| // Reload the page, bypassing any cache entries.
|
|
|