Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1283)

Unified Diff: content/browser/content_browser_client.h

Issue 7461059: Fullscreen JS API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698