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

Unified Diff: chromeos/audio/chromeos_sounds.h

Issue 410783002: Corner Passthrough for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@side-gestures
Patch Set: Refactored tests Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/audio/chromeos_sounds.h
diff --git a/chromeos/audio/chromeos_sounds.h b/chromeos/audio/chromeos_sounds.h
index e159985f0072637bf0fc82625f1c0cb4933c9210..0f30a6443f8909a046345fa28db2f38bb765b6e8 100644
--- a/chromeos/audio/chromeos_sounds.h
+++ b/chromeos/audio/chromeos_sounds.h
@@ -19,7 +19,8 @@ enum {
SOUND_SPOKEN_FEEDBACK_ENABLED,
SOUND_SPOKEN_FEEDBACK_DISABLED,
SOUND_VOLUME_ADJUST,
- SOUND_COUNT
+ SOUND_COUNT,
+ SOUND_PASSTHROUGH
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698