| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 8c6435e1e6bef4a5f0fd988a8982650cfb69b1d2..d6d36bdbc6c082614bf8a0494979ba3b88ea6696 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -151,8 +151,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const string16& name,
|
| content::ResourceContext* context,
|
| const std::vector<std::pair<int, int> >& render_views) OVERRIDE;
|
| - virtual net::URLRequestContext* OverrideRequestContextForURL(
|
| - const GURL& url, content::ResourceContext* context) OVERRIDE;
|
| + virtual void OverrideCookieStoreMap(
|
| + content::BrowserContext* browser_context,
|
| + bool in_memory,
|
| + const base::FilePath& partition_path,
|
| + bool is_default,
|
| + content::CookieStoreMap* cookie_store_map) OVERRIDE;
|
| virtual content::QuotaPermissionContext*
|
| CreateQuotaPermissionContext() OVERRIDE;
|
| virtual void AllowCertificateError(
|
|
|