Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: chrome/browser/android/offline_pages/background_loader_offliner.cc

Issue 2791013002: Remove outdated TODOs for romax. (Closed)
Patch Set: comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698