| 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 257ef69278a90bc0516c85279867f5474e9efd68..7887f58747710b50098dab67db1afb6c9cc17a22 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -366,6 +366,9 @@ class RenderViewHostDelegate : public IPC::Channel::Listener {
|
| virtual void HandleMouseUp() {}
|
| virtual void HandleMouseActivate() {}
|
|
|
| + // Notification that the page wants to go into or out of fullscreen mode.
|
| + virtual void ToggleFullscreenMode(bool enter_fullscreen) {}
|
| +
|
| protected:
|
| virtual ~RenderViewHostDelegate() {}
|
| };
|
|
|