| 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..fdc706581b9ab314803c8b1f5689ad42a5c2b1c5 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_playing) override;
|
| bool IsForGuestsOnly() const override;
|
| StoragePartition* GetStoragePartition() const override;
|
| virtual void AddWord(const base::string16& word);
|
|
|