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

Unified Diff: chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.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/evaluation/offline_page_evaluation_bridge.cc
diff --git a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
index b0fb215c94848d05c8f9c43446defd24a33ceae4..a9b751b088779213ba1fd1e2bdb1e1d66b05e8f3 100644
--- a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
+++ b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc
@@ -146,8 +146,6 @@ std::unique_ptr<KeyedService> GetTestingRequestCoordinator(
net::NetworkQualityEstimator::NetworkQualityProvider*
network_quality_estimator =
UINetworkQualityEstimatorServiceFactory::GetForProfile(profile);
- // TODO(fgorski): Something needs to keep the handle to the Notification
- // dispatcher.
std::unique_ptr<RequestCoordinator> request_coordinator =
base::MakeUnique<RequestCoordinator>(
std::move(policy), std::move(offliner), std::move(queue),

Powered by Google App Engine
This is Rietveld 408576698