Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / components / scheduler / common / scheduler_switches.cc
blob7d7eca64a8fb362297e9270e52e1c53a9e74b76b
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"
7 namespace scheduler {
8 namespace switches {
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