| Index: chrome/browser/android/offline_pages/background_loader_offliner.cc
|
| diff --git a/chrome/browser/android/offline_pages/background_loader_offliner.cc b/chrome/browser/android/offline_pages/background_loader_offliner.cc
|
| index faf7d50e8bec4b86ba7e3bb121f8c1f8ccbc65e8..90a5f96b57bc19ee75c53f7d43606b027da0bd47 100644
|
| --- a/chrome/browser/android/offline_pages/background_loader_offliner.cc
|
| +++ b/chrome/browser/android/offline_pages/background_loader_offliner.cc
|
| @@ -196,8 +196,8 @@ void BackgroundLoaderOffliner::Cancel(const CancelCallback& callback) {
|
| }
|
|
|
| bool BackgroundLoaderOffliner::HandleTimeout(const SavePageRequest& request) {
|
| - // TODO(romax) Decide if we want to also take a snapshot on the last timeout
|
| - // for the background loader offliner.
|
| + // TODO(romax): Decide if we want to also take a snapshot on the last timeout
|
| + // for the background loader offliner. crbug.com/705090
|
| return false;
|
| }
|
|
|
|
|