| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 6d20cc65a6f08ea4a5aaabc1da47ae90ebaabc86..dd328df42cb8c6abe4f947b69d0d1e63843423fc 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -146,7 +146,7 @@ int MockRenderProcessHost::VisibleWidgetCount() const {
|
| return 1;
|
| }
|
|
|
| -void MockRenderProcessHost::AudioStateChanged() {}
|
| +void MockRenderProcessHost::AudioStateChanged(bool is_audio_playing) {}
|
|
|
| bool MockRenderProcessHost::IsForGuestsOnly() const {
|
| return is_for_guests_only_;
|
|
|