| Index: content/test/test_browser_context.h
|
| diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
|
| index dc65565727bb5684f40c8be6177efb5b4d6da5d7..7d26d16f97ef8b45a71f38d83a927729a4071272 100644
|
| --- a/content/test/test_browser_context.h
|
| +++ b/content/test/test_browser_context.h
|
| @@ -21,7 +21,6 @@ class TestBrowserContext : public content::BrowserContext {
|
| virtual bool IsOffTheRecord() OVERRIDE;
|
| virtual SSLHostState* GetSSLHostState() OVERRIDE;
|
| virtual DownloadManager* GetDownloadManager() OVERRIDE;
|
| - virtual bool HasCreatedDownloadManager() const OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
|
|