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

Unified Diff: chrome/browser/browser.h

Issue 20423: Preliminary fullscreen mode support.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 9882)
+++ chrome/browser/browser.h (working copy)
@@ -245,6 +245,7 @@
void DuplicateTab();
void RestoreTab();
void ConvertPopupToTabbedBrowser();
+ void ToggleFullscreenMode();
void Exit();
// Page-related commands
@@ -412,10 +413,13 @@
// Initialize state for all browser commands.
void InitCommandState();
- // Update commands which may be enabled or disabled depending on the tab's
- // state.
+ // Update commands whose state depends on the tab's state.
void UpdateCommandsForTabState();
+ // Update commands whose state depends on whether the window is in fullscreen
+ // mode.
+ void UpdateCommandsForFullscreenMode(bool is_fullscreen);
+
// Set the correct stop/go icon and update the Go and Stop command states.
// |is_loading| is true if the current TabContents is loading.
void UpdateStopGoState(bool is_loading);
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698