| Index: trunk/src/content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- trunk/src/content/public/browser/content_browser_client.h (revision 256581)
|
| +++ trunk/src/content/public/browser/content_browser_client.h (working copy)
|
| @@ -50,7 +50,6 @@
|
|
|
| namespace net {
|
| class CookieOptions;
|
| -class CookieStore;
|
| class HttpNetworkSession;
|
| class NetLog;
|
| class SSLCertRequestInfo;
|
| @@ -626,12 +625,6 @@
|
|
|
| // Returns true if dev channel APIs are available for plugins.
|
| virtual bool IsPluginAllowedToUseDevChannelAPIs();
|
| -
|
| - // Returns a special cookie store to use for a given render process, or NULL
|
| - // if the default cookie store should be used
|
| - // This is called on the IO thread.
|
| - virtual net::CookieStore* OverrideCookieStoreForRenderProcess(
|
| - int render_process_id_);
|
| };
|
|
|
| } // namespace content
|
|
|