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

Unified Diff: components/scheduler/child/task_queue_impl.h

Issue 1336233002: Temporarily comment out enqueue_order_set_ DCHECK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/task_queue_impl.h
diff --git a/components/scheduler/child/task_queue_impl.h b/components/scheduler/child/task_queue_impl.h
index 7aef6caf46c722c74789aea707726ed656865294..bd68a017d9232136747a0e213128dc36e5b1a3f0 100644
--- a/components/scheduler/child/task_queue_impl.h
+++ b/components/scheduler/child/task_queue_impl.h
@@ -37,7 +37,9 @@ class SCHEDULER_EXPORT TaskQueueImpl final : public TaskQueue {
int enqueue_order() const {
#ifndef NDEBUG
- DCHECK(enqueue_order_set_);
+ // Temporarily commenting out this DCHECK for breaking multiple tests:
+ // (crbug.com/530593)
+ // DCHECK(enqueue_order_set_);
#endif
return enqueue_order_;
}
« no previous file with comments | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698