| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 56c5d3b8fe87545cd51537bf7364382d95b8bad9..634cc814e69bf620572277c50a7f24c7ac4a1028 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -192,8 +192,7 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| RenderViewHost* render_view_host,
|
| const FileChooserParams& params) {}
|
|
|
| - // Notification that the page wants to go into or out of fullscreen mode.
|
| - virtual void ToggleFullscreenMode(bool enter_fullscreen) {}
|
| + // Returns whether the associated tab is in fullscreen mode.
|
| virtual bool IsFullscreenForCurrentTab() const;
|
|
|
| // The contents' preferred size changed.
|
|
|