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

Unified Diff: components/offline_pages/background/request_queue_store.h

Issue 2316493006: Remove obsolete TODO comments (Closed)
Patch Set: Created 4 years, 3 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 | « components/offline_pages/background/request_picker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/request_queue_store.h
diff --git a/components/offline_pages/background/request_queue_store.h b/components/offline_pages/background/request_queue_store.h
index 9622efd2206c11b457b51385c2b70356c8dba2a5..df1672c9509732649d7486dcb2665a92a44f39f2 100644
--- a/components/offline_pages/background/request_queue_store.h
+++ b/components/offline_pages/background/request_queue_store.h
@@ -29,8 +29,6 @@ class RequestQueueStore {
const std::vector<SavePageRequest>& /* requests */)>
GetRequestsCallback;
typedef base::Callback<void(UpdateStatus)> UpdateCallback;
- // TODO(petewil) - UpdateMultiple looks exactly like Remove, consider
- // merging them into a single callback.
typedef base::Callback<void(
const RequestQueue::UpdateMultipleRequestResults& /* statuses*/,
const std::vector<SavePageRequest>& /* requests */)>
« no previous file with comments | « components/offline_pages/background/request_picker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698