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

Unified Diff: content/common/view_messages.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_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 1ec6b9be307edb71efa4972e72f3d43562d27184..a6e6d3e77b8260049937f78fed0af53693021975 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -454,6 +454,9 @@ IPC_STRUCT_BEGIN_WITH_PARENT(ViewHostMsg_FrameNavigate_Params,
// Serialized history item state to store in the navigation entry.
IPC_STRUCT_MEMBER(std::string, content_state)
+ // Original request's URL.
+ IPC_STRUCT_MEMBER(GURL, original_request_url)
+
// User agent override used to navigate.
IPC_STRUCT_MEMBER(bool, is_overriding_user_agent)
IPC_STRUCT_END()

Powered by Google App Engine
This is Rietveld 408576698