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