• ananta@chromium.org's avatar
    Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies from... · 6a3eeded
    ananta@chromium.org authored
    Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies from Chrome. These messages
    were being handled in Chrome only for ChromeFrame processes, i.e. to route the cookie requests to the
    host browser.
    
    We now send out the ChromeViewHostMsg_GetCookies and ChromeViewHostMsg_SetCookies IPCs for ChromeFrame
    processes. These are sent out by the embedder instance which lives in the renderer. ChromeRenderMessageFilter
    handles these messages.
    
    This is a continuation of the changes to not handle IPC messages from content in Chrome and vice versa.
    
    BUG=87335
    TEST=No change in functionality. chrome frame net tests and chrome frame tests should pass.
    Review URL: http://codereview.chromium.org/7764014
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98735 0039d316-1c4b-4281-b951-d872f2087c98
    6a3eeded
content_renderer_client.h 4.82 KB