summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_pref_names.h
blob: db86a4f039e416d94057c253006ace6ea418e229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright 2014 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 CHROMEOS_CHROMEOS_PREF_NAMES_H_
#define CHROMEOS_CHROMEOS_PREF_NAMES_H_

#include "chromeos/chromeos_export.h"

namespace chromeos {
namespace prefs {

CHROMEOS_EXPORT extern const char kAudioDevicesMute[];
CHROMEOS_EXPORT extern const char kAudioDevicesVolumePercent[];
CHROMEOS_EXPORT extern const char kAudioMute[];
CHROMEOS_EXPORT extern const char kAudioOutputAllowed[];
CHROMEOS_EXPORT extern const char kAudioVolumePercent[];
CHROMEOS_EXPORT extern const char kAudioDevicesState[];
CHROMEOS_EXPORT extern const char kQuirksClientLastServerCheck[];

}  // namespace prefs
}  // namespace chromeos

#endif  // CHROMEOS_CHROMEOS_PREF_NAMES_H_