Chromium Code Reviews| Index: content/public/browser/web_contents_delegate.h |
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
| index 34d39f779cd801cc983f6d449a9075a16d5746aa..be239bab6a5c912b27dd394045a0ea18c2c7b58d 100644 |
| --- a/content/public/browser/web_contents_delegate.h |
| +++ b/content/public/browser/web_contents_delegate.h |
| @@ -405,6 +405,9 @@ class CONTENT_EXPORT WebContentsDelegate { |
| int version, |
| const std::vector<gfx::RectF>& rects, |
| const gfx::RectF& active_rect) {} |
| + |
| + // Notifies the tab that the state relevant to the media controls has changed. |
| + virtual void UpdateMediaControls(WebContents* web_contents) {} |
|
Ted C
2015/06/26 00:43:55
Why does this exist here?
WebContentsObserver alr
whywhat
2015/06/26 19:29:32
So these methods are only used for Chromecast as f
Ted C
2015/06/30 04:56:13
The problem I have with it being in both WebConten
|
| #endif |
| // Invoked when the preferred size of the contents has been changed. |