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

Unified Diff: chrome/browser/ui/browser.h

Issue 7461059: Fullscreen JS API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responded to sky's comment 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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index b4c98c9173edebbce7419eb1e347c97530873d0b..a27d731d3780c4baf880b4b2d09bf70a53b2a86a 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -501,6 +501,8 @@ class Browser : public TabHandlerDelegate,
void ConvertPopupToTabbedBrowser();
// In kiosk mode, the first toggle is valid, the rest is discarded.
void ToggleFullscreenMode();
+ void EnterFullscreenMode();
sky 2011/07/28 03:53:29 These should be with the other TabContentsDelegate
koz (OOO until 15th September) 2011/07/28 05:14:30 Done.
+ void ExitFullscreenMode();
void Exit();
#if defined(OS_CHROMEOS)
void Search();
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/browser/renderer_host/render_view_host_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698