Chromium Code Reviews| Index: content/common/view_message_enums.h |
| diff --git a/content/common/view_message_enums.h b/content/common/view_message_enums.h |
| index 772dbcaacc825b8ad3285f718ce481fbc56b7211..59a6da11b0aed6f04f35803b5ecde6422763356d 100644 |
| --- a/content/common/view_message_enums.h |
| +++ b/content/common/view_message_enums.h |
| @@ -35,6 +35,9 @@ struct ViewMsg_Navigate_Type { |
| // Reload the page, ignoring any cache entries. |
| RELOAD_IGNORING_CACHE, |
| + // Reload the page using the original request URL. |
| + RELOAD_ORIGINAL_REQUEST_URL, |
|
Charlie Reis
2012/06/29 21:43:25
Sanity check: These values aren't persisted to dis
gone
2012/06/29 21:59:10
Hrm, will double check.
gone
2012/07/03 00:07:47
Doesn't seem to be persisted, as far as I can tell
|
| + |
| // The navigation is the result of session restore and should honor the |
| // page's cache policy while restoring form state. This is set to true if |
| // restoring a tab/session from the previous session and the previous |