| Index: chromeos/audio/chromeos_sounds.h
|
| diff --git a/chromeos/audio/chromeos_sounds.h b/chromeos/audio/chromeos_sounds.h
|
| index e159985f0072637bf0fc82625f1c0cb4933c9210..81788e6fd1bfb9af93ccba46eb3578a9de03b51c 100644
|
| --- a/chromeos/audio/chromeos_sounds.h
|
| +++ b/chromeos/audio/chromeos_sounds.h
|
| @@ -19,7 +19,10 @@ enum {
|
| SOUND_SPOKEN_FEEDBACK_ENABLED,
|
| SOUND_SPOKEN_FEEDBACK_DISABLED,
|
| SOUND_VOLUME_ADJUST,
|
| - SOUND_COUNT
|
| + SOUND_PASSTHROUGH,
|
| + SOUND_EXIT_SCREEN,
|
| + SOUND_ENTER_SCREEN,
|
| + SOUND_COUNT,
|
| };
|
|
|
| } // namespace chromeos
|
|
|