| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index 11e047591cad986e9d4e355820fa1f3243fc4b74..ca89c29cfa87bb461a01d5f41d13bc3261ecb620 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(
|
|
|