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 3afb1aab039d99d206c9b33af0d666dbd9d6c669..2c0d5be6630938487ca0c9fd0ff824cb612b428d 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -325,6 +325,7 @@ 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; |