Index: chrome/browser/renderer_host/chrome_render_message_filter.h |
=================================================================== |
--- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 240900) |
+++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy) |
@@ -183,13 +183,6 @@ |
void OnCanTriggerClipboardRead(const GURL& origin, bool* allowed); |
void OnCanTriggerClipboardWrite(const GURL& origin, bool* allowed); |
void OnIsWebGLDebugRendererInfoAllowed(const GURL& origin, bool* allowed); |
- void OnGetCookies(const GURL& url, |
- const GURL& first_party_for_cookies, |
- IPC::Message* reply_msg); |
- void OnSetCookie(const IPC::Message& message, |
- const GURL& url, |
- const GURL& first_party_for_cookies, |
- const std::string& cookie); |
int render_process_id_; |