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

Unified Diff: chromeos/audio/audio_device.h

Issue 1380103003: Store audio device's active state in preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | chromeos/audio/audio_device.cc » ('j') | chromeos/audio/audio_devices_pref_handler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/audio/audio_device.h
diff --git a/chromeos/audio/audio_device.h b/chromeos/audio/audio_device.h
index ee47ee5e2be0b6d0c790fff388526bbc1e21b1ee..7697dafceb5e5fd3bbe758388e7eb10dd29b92c4 100644
--- a/chromeos/audio/audio_device.h
+++ b/chromeos/audio/audio_device.h
@@ -58,6 +58,7 @@ struct CHROMEOS_EXPORT AudioDevice {
bool is_input;
uint64_t id;
+ uint64_t stable_device_id;
Daniel Erat 2016/01/07 17:31:12 document the difference between this and id. why d
hychao 2016/01/11 07:02:32 Done. Added comment to describe the two IDs. There
std::string display_name;
std::string device_name;
std::string mic_positions;
« no previous file with comments | « no previous file | chromeos/audio/audio_device.cc » ('j') | chromeos/audio/audio_devices_pref_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698