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

Unified Diff: ios/web/net/request_tracker_impl.h

Issue 2622393004: Remove obsolete RequestTrackerImpl::CancelRequests. (Closed)
Patch Set: Rebase on origin/master. Created 3 years, 11 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 | ios/web/net/request_tracker_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/request_tracker_impl.h
diff --git a/ios/web/net/request_tracker_impl.h b/ios/web/net/request_tracker_impl.h
index e1695a6fb4f3f2d827459d96fb182b37937428c5..582d615dd5e355c6e1b7988aeb8b7893e05dd395 100644
--- a/ios/web/net/request_tracker_impl.h
+++ b/ios/web/net/request_tracker_impl.h
@@ -284,9 +284,6 @@ class RequestTrackerImpl
// |load_success| indicates if the page successfully loaded.
void StopPageLoad(const GURL& url, bool load_success);
- // Cancels all the requests in |live_requests_|.
- void CancelRequests();
-
#pragma mark Private Consumer API
// Private methods that call into delegate methods.
@@ -343,8 +340,6 @@ class RequestTrackerImpl
// progress, and thus requests corresponding to old navigation events are not
// in it.
std::map<const void*, TrackerCounts*> counts_by_request_;
- // All the live requests associated with the tracker.
- std::set<net::URLRequest*> live_requests_;
// A list of all the TrackerCounts, including the finished ones.
std::vector<std::unique_ptr<TrackerCounts>> counts_;
// The system shall never allow the page load estimate to go back.
« no previous file with comments | « no previous file | ios/web/net/request_tracker_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698