Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index 28b4f2a90e8cc66e8fb2c8cd37ceab14eba845fe..561382e539bbe70b325a715a0bd63b771007ad83 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -130,10 +130,6 @@ DownloadManager* ShellBrowserContext::GetDownloadManager() { |
return download_manager_.get(); |
} |
-bool ShellBrowserContext::HasCreatedDownloadManager() const { |
- return download_manager_.get() != NULL; |
-} |
- |
net::URLRequestContextGetter* ShellBrowserContext::GetRequestContext() { |
if (!url_request_getter_) { |
url_request_getter_ = new ShellURLRequestContextGetter( |