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

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

Issue 1737413002: Modified the behavior of "Hide Toolbar in Full Screen" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 99fd1629278a10a5739aae8c48ff6aa3b108da95..9e4910e4cc847b7cb18f015d70cf5cda598ac6a0 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -841,6 +841,9 @@ class Browser : public TabStripModelObserver,
// BrowserWindow if necessary.
void UpdateBookmarkBarState(BookmarkBarStateChangeReason reason);
+ // Updates the visibility state of the fullscreen toolbar.
+ void UpdateFullscreenToolbar();
+
bool ShouldHideUIForFullscreen() const;
// Returns true if we can start the shutdown sequence for the browser, i.e.

Powered by Google App Engine
This is Rietveld 408576698