Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 27f9af77f4335908c0e1e95aeec9369ea35acc22..96a304334acec6b8779ff08ceed493e20ff15dd2 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -1160,14 +1160,6 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_UpdateEncoding, |
IPC_MESSAGE_ROUTED1(FrameHostMsg_DomOperationResponse, |
std::string /* json_string */) |
-// Used to get cookies for the given URL. This may block waiting for a |
-// previous SetCookie message to be processed. |
-IPC_SYNC_MESSAGE_CONTROL3_1(FrameHostMsg_GetCookies, |
- int /* render_frame_id */, |
- GURL /* url */, |
- GURL /* first_party_for_cookies */, |
- std::string /* cookies */) |
- |
// Used to check if cookies are enabled for the given URL. This may block |
// waiting for a previous SetCookie message to be processed. |
IPC_SYNC_MESSAGE_CONTROL3_1(FrameHostMsg_CookiesEnabled, |