| 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 954038fd4c45ee5413f4a58b1debd2cce38db6b6..9391d7c02fd3e3fb5abac7390640088998cbe59d 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -138,6 +138,8 @@ int MockRenderProcessHost::VisibleWidgetCount() const {
|
| return 1;
|
| }
|
|
|
| +void MockRenderProcessHost::AudioStateChanged() {}
|
| +
|
| bool MockRenderProcessHost::IsForGuestsOnly() const {
|
| return is_for_guests_only_;
|
| }
|
|
|