| 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 81faa6bf90a4b75523215dbbe63692ff531c8b19..cf258b6ecd513a4f09c8cc2c994ae0a865aa1fa7 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -451,6 +451,10 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| virtual gfx::Size GetSizeForNewRenderView(
|
| const WebContents* web_contents) const;
|
|
|
| + // Requests presentation mode, similar to fullscreen mode for a newly
|
| + // created window.
|
| + virtual void RequestPresentationMode();
|
| +
|
| protected:
|
| virtual ~WebContentsDelegate();
|
|
|
|
|