| // Copyright 2015 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef COMPONENTS_SCHEDULER_COMMON_SCHEDULER_SWITCHES_H_ |
| #define COMPONENTS_SCHEDULER_COMMON_SCHEDULER_SWITCHES_H_ |
| |
| namespace scheduler { |
| namespace switches { |
| |
| extern const char kEnableVirtualizedTime[]; |
| extern const char kDisableBackgroundTimerThrottling[]; |
| |
| } // namespace switches |
| } // namespace scheduler |
| |
| #endif // COMPONENTS_SCHEDULER_COMMON_SCHEDULER_SWITCHES_H_ |