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

Unified Diff: content/common/view_messages.h

Issue 12052023: Add "frame to navigate" to NavigationEntry and plumb it to the RenderViewImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 11 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 089f9e51c8ef03a03dc4a08113d3a40484d60c12..156fedf95e008d3ee9b9768bb8f66df3e7472550 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -644,6 +644,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
// Whether or not this url should be allowed to access local file://
// resources.
IPC_STRUCT_MEMBER(bool, can_load_local_resources)
+
+ // If not empty, which frame to navigate.
+ IPC_STRUCT_MEMBER(std::string, frame_to_navigate)
IPC_STRUCT_END()
// Parameters for an OpenURL request.

Powered by Google App Engine
This is Rietveld 408576698