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

Unified Diff: chromeos/dbus/audio_node.h

Issue 19861002: Add test coverage for CrasAudioHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit. Created 7 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/audio_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/audio_node.h
diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h
index f25c2ed37278421d9b2c627f587924344fb1d411..fd4b231a1251ff18313262d21157c42479bc8d90 100644
--- a/chromeos/dbus/audio_node.h
+++ b/chromeos/dbus/audio_node.h
@@ -25,6 +25,13 @@ struct CHROMEOS_EXPORT AudioNode {
uint64 plugged_time;
AudioNode();
+ AudioNode(bool is_input,
+ uint64 id,
+ std::string device_name,
+ std::string type,
+ std::string name,
+ bool active,
+ uint64 plugged_time);
std::string ToString() const;
};
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/audio_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698