Index: chromeos/chromeos_pref_names.cc |
diff --git a/chromeos/chromeos_pref_names.cc b/chromeos/chromeos_pref_names.cc |
index e4c69fa2502be63357acf2fd2311f5a460aac6d4..aaa9120942debccad171d72dd1ed22e8fd5467db 100644 |
--- a/chromeos/chromeos_pref_names.cc |
+++ b/chromeos/chromeos_pref_names.cc |
@@ -33,6 +33,11 @@ const char kAudioOutputAllowed[] = "hardware.audio_output_enabled"; |
// |kAudioDevicesVolumePercent| setting. |
const char kAudioVolumePercent[] = "settings.audio.volume_percent"; |
+// A dictionary pref that maps stable device id string to |AudioDeviceState|. |
+// Different state values indicate whether or not a device has been selected |
+// as the active one for audio I/O, or it's a new plugged device. |
+const char kAudioDevicesState[] = "settings.audio.device_state"; |
+ |
} // namespace prefs |
} // namespace chromeos |