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

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: Fixed some issues 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
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index b377723a4d64556da41929752ca1cd52cc59ab60..297e065c121b07cc55470777f919219a0c97b6bc 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -148,9 +148,10 @@ class BrowserWindow : public ui::BaseWindow {
// Show or hide the tab strip, toolbar and bookmark bar when in browser
// fullscreen.
// 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.

Powered by Google App Engine
This is Rietveld 408576698