| Index: content/public/browser/media_observer.h
|
| diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
|
| index f7ae0dce3547048fa00a84bfcf4a7b4e3ca80c9c..d18269de0a35bdd12c96086b823caea918bb5db9 100644
|
| --- a/content/public/browser/media_observer.h
|
| +++ b/content/public/browser/media_observer.h
|
| @@ -27,6 +27,8 @@ class MediaObserver {
|
| // Called when the status of an audio stream is set to "created", "flushed",
|
| // "closed", or "error".
|
| virtual void OnSetAudioStreamStatus(void* host, int stream_id,
|
| + int render_process_id,
|
| + int render_view_id,
|
| const std::string& status) = 0;
|
|
|
| // Called when the volume of an audio stream is set.
|
|
|