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

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

Issue 2782673002: [Offline pages] Removing obsolete TODOs as part of PE fixit (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: chrome/browser/android/offline_pages/request_coordinator_factory.cc
diff --git a/chrome/browser/android/offline_pages/request_coordinator_factory.cc b/chrome/browser/android/offline_pages/request_coordinator_factory.cc
index 2648078e6021cb2d666532be12050bca8b425d25..238467580866a7a81c3adc8430ca4ffeabeed7ac 100644
--- a/chrome/browser/android/offline_pages/request_coordinator_factory.cc
+++ b/chrome/browser/android/offline_pages/request_coordinator_factory.cc
@@ -82,8 +82,6 @@ KeyedService* RequestCoordinatorFactory::BuildServiceInstanceFor(
net::NetworkQualityEstimator::NetworkQualityProvider*
network_quality_estimator =
UINetworkQualityEstimatorServiceFactory::GetForProfile(profile);
- // TODO(fgorski): Something needs to keep the handle to the Notification
- // dispatcher.
RequestCoordinator* request_coordinator = new RequestCoordinator(
std::move(policy), std::move(offliner), std::move(queue),
std::move(scheduler), network_quality_estimator);

Powered by Google App Engine
This is Rietveld 408576698