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