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

Unified Diff: third_party/WebKit/Source/core/loader/NavigationScheduler.cpp

Issue 1976433003: Remove dated NavigationScheduler TODO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
index a9f2e79bead191ab636c6a5728c0e6090043be24..ccb0ab41139fe53b31ea4c5cfdef5c7c3d488b1e 100644
--- a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
+++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
@@ -264,8 +264,6 @@ NavigationScheduler::NavigationScheduler(LocalFrame* frame)
NavigationScheduler::~NavigationScheduler()
{
- // TODO(alexclarke): Can remove this if oilpan is on since any pending task should
- // keep the NavigationScheduler alive.
if (m_navigateTaskFactory->isPending())
Platform::current()->currentThread()->scheduler()->removePendingNavigation(m_frameType);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698