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

Unified Diff: chromeos/chromeos_pref_names.cc

Issue 1380103003: Store audio device's active state in preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/chromeos_pref_names.cc
diff --git a/chromeos/chromeos_pref_names.cc b/chromeos/chromeos_pref_names.cc
index e4c69fa2502be63357acf2fd2311f5a460aac6d4..44c06bfe1d4ea7b5995589c5fbd4808888b291f6 100644
--- a/chromeos/chromeos_pref_names.cc
+++ b/chromeos/chromeos_pref_names.cc
@@ -33,6 +33,7 @@ const char kAudioOutputAllowed[] = "hardware.audio_output_enabled";
// |kAudioDevicesVolumePercent| setting.
const char kAudioVolumePercent[] = "settings.audio.volume_percent";
+const char kAudioDevicesState[] = "setting.audio.device_state";
jennyz 2015/12/17 22:50:21 what about "settings.audio.devices.state"?
hychao 2015/12/29 10:57:25 Done.
} // namespace prefs
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698