| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7b0429de7aa84e4f648b0ec4c4a686fe11e8b93f..52f656aa16daf65aa5e6e54cb1b084c1991dee4f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -327,7 +327,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| int GetCrashedErrorCode() const override;
|
| bool IsBeingDestroyed() const override;
|
| void NotifyNavigationStateChanged(InvalidateTypes changed_flags) override;
|
| - void OnAudioStateChanged(bool is_audio_playing) override;
|
| base::TimeTicks GetLastActiveTime() const override;
|
| void SetLastActiveTime(base::TimeTicks last_active_time) override;
|
| void WasShown() override;
|
|
|