Commit 73c263ec authored by thestig's avatar thestig Committed by Commit bot

Cleanup: Remove a couple unused frame loading IPC messages.

Review URL: https://codereview.chromium.org/563093002

Cr-Commit-Position: refs/heads/master@{#294525}
parent e7085e7b
...@@ -562,13 +562,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveMetaTagContent, ...@@ -562,13 +562,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveMetaTagContent,
GURL /* expected_url */) GURL /* expected_url */)
#endif // defined(OS_ANDROID) #endif // defined(OS_ANDROID)
// This message indicates the error appeared in the frame.
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FrameLoadingError,
int /* error */)
// This message indicates the monitored frame loading had completed.
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_FrameLoadingCompleted)
// Logs events from InstantExtended New Tab Pages. // Logs events from InstantExtended New Tab Pages.
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent, IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent,
int /* page_seq_no */, int /* page_seq_no */,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment