| Index: content/browser/content_browser_client.h
|
| diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
|
| index ce854ec164ce2fe1946053adcd1584ce78a6f88c..af07ed9bee8c5a4e14510862f55a0457a23dc790 100644
|
| --- a/content/browser/content_browser_client.h
|
| +++ b/content/browser/content_browser_client.h
|
| @@ -264,6 +264,11 @@ class ContentBrowserClient {
|
| const FilePath& suggested_path,
|
| bool can_save_as_complete) = 0;
|
|
|
| + // Puts the browser into fullscreen mode.
|
| + virtual void EnterFullscreenMode() = 0;
|
| +
|
| + // Makes the browser exit fullscreen mode.
|
| + virtual void ExitFullscreenMode() = 0;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Can return an optional fd for crash handling, otherwise returns -1.
|
|
|