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

Unified Diff: components/offline_pages/core/background/remove_requests_task.h

Issue 2841113003: [Offline pages] Addressing TODOs in RemoveRequestTask (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/offline_pages/core/background/remove_requests_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/core/background/remove_requests_task.h
diff --git a/components/offline_pages/core/background/remove_requests_task.h b/components/offline_pages/core/background/remove_requests_task.h
index 6372d3d1822e7ee204b068ca4a79d5a84a90a24a..19b55438660d161551b2f462e6afd83edebe2067 100644
--- a/components/offline_pages/core/background/remove_requests_task.h
+++ b/components/offline_pages/core/background/remove_requests_task.h
@@ -38,7 +38,6 @@ class RemoveRequestsTask : public Task {
// Store that this task updates.
RequestQueueStore* store_;
// Request IDs to be updated.
- // TODO(fgorski): perhaps convert to unique_ptr to a vector.
std::vector<int64_t> request_ids_;
// Callback to complete the task.
RequestQueueStore::UpdateCallback callback_;
« no previous file with comments | « no previous file | components/offline_pages/core/background/remove_requests_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698