| Index: content/browser/background_fetch/background_fetch_context.cc
|
| diff --git a/content/browser/background_fetch/background_fetch_context.cc b/content/browser/background_fetch/background_fetch_context.cc
|
| index 256eb5a460c629275cb80ebc341f5dd906706ad0..55773de7211e66e8bc174fcde5c538af05a9c6ac 100644
|
| --- a/content/browser/background_fetch/background_fetch_context.cc
|
| +++ b/content/browser/background_fetch/background_fetch_context.cc
|
| @@ -33,8 +33,6 @@ BackgroundFetchContext::~BackgroundFetchContext() {
|
|
|
| void BackgroundFetchContext::Init() {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| -
|
| - // TODO(harkness): Create the Download observer.
|
| }
|
|
|
| void BackgroundFetchContext::Shutdown() {
|
|
|