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

Unified Diff: components/scheduler/base/time_domain.h

Issue 1855453002: Remove registered_task_queues_ and associated DCHECKS from TimeDomain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | components/scheduler/base/time_domain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/time_domain.h
diff --git a/components/scheduler/base/time_domain.h b/components/scheduler/base/time_domain.h
index fa2e1de8c12a5fbf0245516bda96828d606229f6..3938891e8988ed3d96042b5ac1c10805a958c2ee 100644
--- a/components/scheduler/base/time_domain.h
+++ b/components/scheduler/base/time_domain.h
@@ -151,10 +151,6 @@ class SCHEDULER_EXPORT TimeDomain {
// only be accessed from the main thread.
std::set<internal::TaskQueueImpl*> updatable_queue_set_;
-#if DCHECK_IS_ON()
- std::set<internal::TaskQueueImpl*> registered_task_queues_;
-#endif
-
Observer* observer_; // NOT OWNED.
base::ThreadChecker main_thread_checker_;
« no previous file with comments | « no previous file | components/scheduler/base/time_domain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698