| 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 0b2a7e0180ff07b4424cc1f4370432c7cf249ff0..813ea900668544283811343e5d1f0c82dcc2826c 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -47,6 +47,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| void WidgetRestored() override;
|
| void WidgetHidden() override;
|
| int VisibleWidgetCount() const override;
|
| + void AudioStateChanged() override;
|
| bool IsForGuestsOnly() const override;
|
| StoragePartition* GetStoragePartition() const override;
|
| virtual void AddWord(const base::string16& word);
|
|
|