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

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

Issue 2535723008: Revert "Toggle spoken feedback if two fingers are held down." (Closed)
Patch Set: Don't revert metrics changes Created 4 years 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
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_OBJECT_DELETE, 15 SOUND_OBJECT_DELETE,
16 SOUND_CAMERA_SNAP, 16 SOUND_CAMERA_SNAP,
17 SOUND_UNLOCK, 17 SOUND_UNLOCK,
18 SOUND_SHUTDOWN, 18 SOUND_SHUTDOWN,
19 SOUND_SPOKEN_FEEDBACK_ENABLED, 19 SOUND_SPOKEN_FEEDBACK_ENABLED,
20 SOUND_SPOKEN_FEEDBACK_DISABLED, 20 SOUND_SPOKEN_FEEDBACK_DISABLED,
21 SOUND_VOLUME_ADJUST, 21 SOUND_VOLUME_ADJUST,
22 SOUND_PASSTHROUGH, 22 SOUND_PASSTHROUGH,
23 SOUND_EXIT_SCREEN, 23 SOUND_EXIT_SCREEN,
24 SOUND_ENTER_SCREEN, 24 SOUND_ENTER_SCREEN,
25 SOUND_SPOKEN_FEEDBACK_TOGGLE_COUNTDOWN_HIGH,
26 SOUND_SPOKEN_FEEDBACK_TOGGLE_COUNTDOWN_LOW,
27 SOUND_COUNT, 25 SOUND_COUNT,
28 }; 26 };
29 27
30 } // namespace chromeos 28 } // namespace chromeos
31 29
32 #endif // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_ 30 #endif // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698