| 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.
|
|
|