Getting rid of GetDefaultProfile(), clean up of ProfileManager (which was in a seriou...
[chromium-blink-merge.git] / chromeos / audio / chromeos_sounds.h
blobf9b19bdd56b5ce24bfeba69baa742e381e841c51
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
6 #define CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
8 // This file declares sound resources keys for ChromeOS.
9 namespace chromeos {
11 enum {
12 SOUND_START = 0,
13 SOUND_STARTUP = SOUND_START,
14 SOUND_LOCK,
15 SOUND_UNLOCK,
16 SOUND_SHUTDOWN,
17 SOUND_SPOKEN_FEEDBACK_ENABLED,
18 SOUND_SPOKEN_FEEDBACK_DISABLED
21 } // namespace chromeos
23 #endif // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_