Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: content/common/view_message_enums.h

Issue 10704048: [RDS] Reloads a page using the original request URL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698