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

Unified Diff: content/common/frame_messages.h

Issue 652283002: Navigation transitions (web to native app): Get names and rects of transition elements (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/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.

Powered by Google App Engine
This is Rietveld 408576698