summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_pref_names.h
blob: adb8aac994db65f7c388985951489c26b2330532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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[];

}  // namespace prefs
}  // namespace chromeos

#endif  // CHROMEOS_CHROMEOS_PREF_NAMES_H_