| Index: content/common/frame_message_enums.h
|
| diff --git a/content/common/frame_message_enums.h b/content/common/frame_message_enums.h
|
| index 27e98433c75f339afee7cc1e4656f1a8ccd1b75b..bbb973ad616a8249babd20a06a3fb0b3aa0d233a 100644
|
| --- a/content/common/frame_message_enums.h
|
| +++ b/content/common/frame_message_enums.h
|
| @@ -13,6 +13,9 @@ struct FrameMsg_Navigate_Type {
|
| // Reload the page, validating cache entries.
|
| RELOAD,
|
|
|
| + // Reload the page, validating only cache entry for the main resource.
|
| + RELOAD_MAIN_RESOURCE,
|
| +
|
| // Reload the page, bypassing any cache entries.
|
| RELOAD_BYPASSING_CACHE,
|
|
|
|
|