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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 1650483002: Refactor: Untangle Mac's ExclusiveAccessContext from BrowserWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename accessor 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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index ff199115be10bb8919f9a443dc9030aced5edf83..fdfeecd9b58f2badec1863fc189f7438129357cf 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -289,11 +289,6 @@ class BrowserView : public BrowserWindow,
bool ShouldHideUIForFullscreen() const override;
bool IsFullscreen() const override;
bool IsFullscreenBubbleVisible() const override;
- bool SupportsFullscreenWithToolbar() const override;
- void UpdateFullscreenWithToolbar(bool with_toolbar) override;
- void ToggleFullscreenToolbar() override;
- bool IsFullscreenWithToolbar() const override;
- bool ShouldHideFullscreenToolbar() const override;
#if defined(OS_WIN)
void SetMetroSnapMode(bool enable) override;
bool IsInMetroSnapMode() const override;
« no previous file with comments | « chrome/browser/ui/exclusive_access/fullscreen_controller_state_test.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698