| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index ded00060323e7fe59707d428c40c591587a1672e..83e712b201439c0d02a2d7b24674fbfa720addeb 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -132,6 +132,7 @@ class ChromotingInstance :
|
| void SendClipboardItem(const std::string& mime_type, const std::string& item);
|
| void NotifyClientDimensions(int width, int height);
|
| void PauseVideo(bool pause);
|
| + void PauseAudio(bool pause);
|
|
|
| // Return statistics record by ChromotingClient.
|
| // If no connection is currently active then NULL will be returned.
|
|
|