blob: 99e7cd76c6ff7150f3e816eeb8475d1f82ecc8dc [file] [log] [blame]
// Copyright (c) 2011 The Chromium OS 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 POWER_MANAGER_METRICS_CONSTANTS_H_
#define POWER_MANAGER_METRICS_CONSTANTS_H_
namespace power_manager {
extern const char kMetricBacklightLevelName[];
extern const int kMetricIdleAfterScreenOffMin;
extern const int kMetricIdleAfterScreenOffMax;
extern const int kMetricIdleAfterScreenOffBuckets;
} // namespace power_manager
#endif // POWER_MANAGER_METRICS_CONSTANTS_H_