| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 0dd89196b55e3c09fec1a3007bcf4a72bd4fd73c..cab6bc9646601d1084f94d3c59831416aaf08b16 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -407,9 +407,6 @@ class WebContents : public PageNavigator,
|
| // change.
|
| virtual void NotifyNavigationStateChanged(InvalidateTypes changed_flags) = 0;
|
|
|
| - // Notifies the WebContents that audio started or stopped being audible.
|
| - virtual void OnAudioStateChanged(bool is_audio_playing) = 0;
|
| -
|
| // Get/Set the last time that the WebContents was made active (either when it
|
| // was created or shown with WasShown()).
|
| virtual base::TimeTicks GetLastActiveTime() const = 0;
|
|
|