Skip to content

Commit

Permalink
Remove unused WeakPtrFactory from ResourceFetcher
Browse files Browse the repository at this point in the history
Bug: N/A
Change-Id: Ibc805fa1831ea7dd57a00abba52824a3f09d4d01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4190423
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1098450}
  • Loading branch information
bashi authored and Chromium LUCI CQ committed Jan 30, 2023
1 parent acc35d7 commit 250747c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,6 @@ class PLATFORM_EXPORT ResourceFetcher
// The number of sub resource loads that a service worker fetch handler
// called respondWith. i.e. no fallback to network.
uint32_t number_of_subresource_loads_handled_by_service_worker_ = 0;

// NOTE: This must be the last member.
base::WeakPtrFactory<ResourceFetcher> weak_ptr_factory_{this};
};

class ResourceCacheValidationSuppressor {
Expand Down

0 comments on commit 250747c

Please sign in to comment.