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

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 5 years, 2 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_device.cc » ('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 240f892b1d7859da9f5d9373e282a31e41da3f0e..deb947a705739ede18c2c90eaeb03f44effafc38 100644
--- a/chromeos/audio/audio_device.h
+++ b/chromeos/audio/audio_device.h
@@ -57,6 +57,7 @@ struct CHROMEOS_EXPORT AudioDevice {
bool is_input;
uint64 id;
+ uint64 stable_device_id;
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_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698