Chromium Code Reviews| Index: content/public/browser/content_browser_client.cc |
| =================================================================== |
| --- content/public/browser/content_browser_client.cc (revision 255909) |
| +++ content/public/browser/content_browser_client.cc (working copy) |
| @@ -308,4 +308,9 @@ |
| return false; |
| } |
| +net::CookieStore* ContentBrowserClient::OverrideCookieStoreForRenderProcess( |
| + int render_process_id) { |
| + return NULL; |
| +} |
| + |
| } // namespace content |