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

Unified Diff: components/offline_pages/core/background/reconcile_task.cc

Issue 2787673002: Cleanup old TODO comments, removing ones that are no longer relevant, and adding bug numbers to one… (Closed)
Patch Set: Created 3 years, 9 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: components/offline_pages/core/background/reconcile_task.cc
diff --git a/components/offline_pages/core/background/reconcile_task.cc b/components/offline_pages/core/background/reconcile_task.cc
index 9b8427530b565ebabf23a3e6f07d7ec5f43e3fd9..66833e859e4e9056cfee56c7e11b0634b2c60ece 100644
--- a/components/offline_pages/core/background/reconcile_task.cc
+++ b/components/offline_pages/core/background/reconcile_task.cc
@@ -48,8 +48,6 @@ void ReconcileTask::Reconcile(
if (request->request_state() == SavePageRequest::RequestState::OFFLINING) {
request->set_request_state(SavePageRequest::RequestState::AVAILABLE);
items_to_update.push_back(*request.get());
- // TODO(petewil): Consider adding UMA to see how often chrome gets killed
- // while processing a request.
}
}

Powered by Google App Engine
This is Rietveld 408576698