Commit 7feac1f2 authored by Olivier Li's avatar Olivier Li Committed by Commit Bot

Get rid of TODOs related to crbug 910288 which is now fixed

Bug: 910288
Change-Id: I4e5c75dddce89f2413412601e113df0e735df20e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894629
Auto-Submit: Oliver Li <olivierli@chromium.org>
Reviewed-by: default avatarSigurður Ásgeirsson <siggi@chromium.org>
Commit-Queue: Oliver Li <olivierli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712736}
parent b77818ea
...@@ -30,8 +30,6 @@ class PageNodeImpl; ...@@ -30,8 +30,6 @@ class PageNodeImpl;
// The performance manager is a rendezvous point for binding to performance // The performance manager is a rendezvous point for binding to performance
// manager interfaces. // manager interfaces.
// TODO(https://crbug.com/910288): Refactor this along with the
// {Frame|Page|Process|System}ResourceCoordinator classes.
class PerformanceManagerImpl : public PerformanceManager { class PerformanceManagerImpl : public PerformanceManager {
public: public:
using FrameNodeCreationCallback = base::OnceCallback<void(FrameNodeImpl*)>; using FrameNodeCreationCallback = base::OnceCallback<void(FrameNodeImpl*)>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment