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

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

Issue 1480183002: Deleted fullscreen virtual methods in BrowserWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Mac fixes. Created 5 years 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 b41962f40e837794bf0813a1b8b50d08fffa01cc..c655717ab8ecf5276899a1a0c4103aec7b3f4fa5 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -132,17 +132,6 @@ class BrowserWindow : public ui::BaseWindow {
// + or - in the wrench menu to change zoom).
virtual void ZoomChangedForActiveTab(bool can_show_bubble) = 0;
- // Methods that change fullscreen state.
- // On Mac, the tab strip and toolbar will be shown if |with_toolbar| is true,
- // |with_toolbar| is ignored on other platforms.
- virtual void EnterFullscreen(const GURL& url,
- ExclusiveAccessBubbleType bubble_type,
- bool with_toolbar) = 0;
- virtual void ExitFullscreen() = 0;
- virtual void UpdateExclusiveAccessExitBubbleContent(
- const GURL& url,
- ExclusiveAccessBubbleType bubble_type) = 0;
-
// Windows and GTK remove the top controls in fullscreen, but Mac and Ash
// keep the controls in a slide-down panel.
virtual bool ShouldHideUIForFullscreen() const = 0;

Powered by Google App Engine
This is Rietveld 408576698