Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 9550f436092c95dffb735d5401bb7a53bd15d318..1cd5e0e5cfffa2b1e48bc54541bdbe833043a90d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2235,19 +2235,6 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_DidLose3DContext, |
content::ThreeDAPIType /* context_type */, |
int /* arb_robustness_status_code */) |
-// This message is sent when a frame is added to the DOM. |
-IPC_MESSAGE_ROUTED3(ViewHostMsg_FrameAttached, |
- int64 /* parent_frame_id*/, |
- int64 /* frame_id */, |
- std::string /* frame_name */) |
- |
-// Notifies the browser that the frame with the given id was detached. The |
-// |parent_frame_id| is -1 for the top level frame, otherwise the id of the |
-// immediate parent of the detached frame. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_FrameDetached, |
- int64 /* parent_frame_id */, |
- int64 /* frame_id */) |
- |
// Notifies the browser that document has parsed the body. This is used by the |
// ResourceScheduler as an indication that bandwidth contention won't block |
// first paint. |