Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(972)

Side by Side Diff: chromeos/audio/chromeos_sounds.h

Issue 115693004: Added volume adjust sound behind the flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_ 5 #ifndef CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
6 #define CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_ 6 #define CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
7 7
8 // This file declares sound resources keys for ChromeOS. 8 // This file declares sound resources keys for ChromeOS.
9 namespace chromeos { 9 namespace chromeos {
10 10
11 enum { 11 enum {
12 SOUND_START = 0, 12 SOUND_START = 0,
13 SOUND_STARTUP = SOUND_START, 13 SOUND_STARTUP = SOUND_START,
14 SOUND_LOCK, 14 SOUND_LOCK,
15 SOUND_UNLOCK, 15 SOUND_UNLOCK,
16 SOUND_SHUTDOWN, 16 SOUND_SHUTDOWN,
17 SOUND_SPOKEN_FEEDBACK_ENABLED, 17 SOUND_SPOKEN_FEEDBACK_ENABLED,
18 SOUND_SPOKEN_FEEDBACK_DISABLED 18 SOUND_SPOKEN_FEEDBACK_DISABLED,
19 SOUND_VOLUME_ADJUST
19 }; 20 };
20 21
21 } // namespace chromeos 22 } // namespace chromeos
22 23
23 #endif // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_ 24 #endif // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698