| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 3e50c5f47cb8d7320f753de15109fd377e50ef32..41b1a39087112607ea3d9a05f6755dc51979ae01 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -54,7 +54,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| void WidgetRestored() override;
|
| void WidgetHidden() override;
|
| int VisibleWidgetCount() const override;
|
| - void AudioStateChanged() override;
|
| + void AudioStateChanged(bool is_audio_active) override;
|
| bool IsForGuestsOnly() const override;
|
| StoragePartition* GetStoragePartition() const override;
|
| virtual void AddWord(const base::string16& word);
|
|
|