summaryrefslogtreecommitdiff
path: root/chromium/components/scheduler/common/scheduler_switches.h
blob: fd738e14b333f763956c4f014724d60f3f93e7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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 kDisableBackgroundTimerThrottling[];

}  // namespace switches
}  // namespace scheduler

#endif  // COMPONENTS_SCHEDULER_COMMON_SCHEDULER_SWITCHES_H_