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, |
+ |
// 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 |