Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 0b8b72b7a7884d3a220e595ecb4358e571c52e42..7c3e7b0104b6b637ee0b1446e56aa86c291f4034 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -452,6 +452,9 @@ IPC_MESSAGE_ROUTED2(FrameMsg_BeginExitTransition, |
std::string /* css_selector */, |
bool /* exit_to_native_app */) |
+// Tell the renderer to revert the exit transition done before |
+IPC_MESSAGE_ROUTED0(FrameMsg_RevertExitTransition) |
+ |
// Tell the renderer to hide transition elements. |
IPC_MESSAGE_ROUTED1(FrameMsg_HideTransitionElements, |
std::string /* css_selector */) |