| Index: content/public/test/test_browser_context.h
|
| diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
|
| index 47991805a1c3e650a2b2cbe5757a0d6a6949bb7f..5bf1d1d2b88d381e0ec94a69f24774d3b826f69f 100644
|
| --- a/content/public/test/test_browser_context.h
|
| +++ b/content/public/test/test_browser_context.h
|
| @@ -29,6 +29,7 @@ class TestBrowserContext : public BrowserContext {
|
|
|
| virtual base::FilePath GetPath() const OVERRIDE;
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| + virtual CookieStoreConfig GetCookieStoreConfig() OVERRIDE;
|
| virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
|
|