Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index cb8a37e391fd3b4a9d19f9206964fbf3afb9cb2f..4999cdbf46dbb39ae39249794a3c60a3f7d84c84 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -734,9 +734,9 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_TextSurroundingSelectionResponse, |
// The string parameters are all UTF8. |
IPC_MESSAGE_CONTROL4(FrameHostMsg_AddNavigationTransitionData, |
int /* render_frame_id */, |
- std::string /* allowed_destination_host_pattern */, |
- std::string /* selector */, |
- std::string /* markup */) |
+ std::vector<std::string> /* data */, |
+ std::vector<std::string> /* names*/, |
+ std::vector<gfx::Rect> /* rects */) |
// PlzNavigate |
// Tells the browser to perform a navigation. |