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

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

Issue 1414033009: Implement a Menu Item to Hide the Toolbar in Fullscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and merge code Created 5 years, 1 month 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/browser/ui/browser_commands_mac.cc ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 26480f02ffe408c007cbbcc21099ca41e5ebb38a..7f4d216c971acedbe2de5009dad4c2dac7d1b0b3 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -155,7 +155,9 @@ class BrowserWindow : public ui::BaseWindow {
// Currently only supported on Mac.
virtual bool SupportsFullscreenWithToolbar() const = 0;
virtual void UpdateFullscreenWithToolbar(bool with_toolbar) = 0;
+ virtual void ToggleFullscreenToolbar() = 0;
virtual bool IsFullscreenWithToolbar() const = 0;
+ virtual bool ShouldHideFullscreenToolbar() const = 0;
#if defined(OS_WIN)
// Sets state for entering or exiting Win8 Metro snap mode.
« no previous file with comments | « chrome/browser/ui/browser_commands_mac.cc ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698