1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/scheduler/common/scheduler_switches.h"
10 // Disable the Blink Scheduler. Ensures there's no reordering of blink tasks.
11 // This switch is intended only for performance tests.
12 const char kDisableBlinkScheduler
[] = "disable-blink-scheduler";
14 } // namespace switches
15 } // namespace scheduler