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

Unified Diff: chrome/common/render_messages.h

Issue 563093002: Cleanup: Remove a couple unused frame loading IPC messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index a492642b6b1e4df854b100798ffa1ca74b266f79..d1f14c0beec54f31a11fb2f14879c57f49dd058e 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -572,13 +572,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveMetaTagContent,
GURL /* expected_url */)
#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.
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent,
int /* page_seq_no */,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698