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

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

Issue 1650483002: Refactor: Untangle Mac's ExclusiveAccessContext from BrowserWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self nits, More robust interface, fix other random stuff Created 4 years, 11 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_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 819085349e1bde38f6882762fa7a48d36f5e1893..1298b251c69f35cc04a6bb79a63ba1cadd36c14a 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -144,15 +144,6 @@ class BrowserWindow : public ui::BaseWindow {
// Returns true if the fullscreen bubble is visible.
virtual bool IsFullscreenBubbleVisible() const = 0;
- // 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.
virtual void SetMetroSnapMode(bool enable) = 0;

Powered by Google App Engine
This is Rietveld 408576698