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

Unified Diff: chromeos/dbus/mock_cras_audio_client.h

Issue 13863007: Integrate audio dbus api: GetNodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« chromeos/dbus/audio_node.cc ('K') | « chromeos/dbus/cras_audio_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_cras_audio_client.h
diff --git a/chromeos/dbus/mock_cras_audio_client.h b/chromeos/dbus/mock_cras_audio_client.h
index 25e6a24e9f0a7553c36f3bc9738874aafccae512..2c4b92e6415e96ba812a19d717c34b160d1d38b6 100644
--- a/chromeos/dbus/mock_cras_audio_client.h
+++ b/chromeos/dbus/mock_cras_audio_client.h
@@ -19,6 +19,7 @@ class MockCrasAudioClient : public CrasAudioClient {
MOCK_METHOD1(RemoveObserver, void(Observer*));
MOCK_METHOD1(HasObserver, bool(Observer*));
MOCK_METHOD1(GetVolumeState, void(const GetVolumeStateCallback&));
+ MOCK_METHOD1(GetNodes, void(const GetNodesCallback&));
MOCK_METHOD1(SetOutputVolume, void(int32));
MOCK_METHOD1(SetOutputMute, void(bool));
MOCK_METHOD1(SetInputGain, void(int32));
« chromeos/dbus/audio_node.cc ('K') | « chromeos/dbus/cras_audio_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698