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

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

Issue 2089323002: Refactored FullscreenController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment and nits Created 4 years, 6 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/cocoa/browser/exclusive_access_controller_views.h
diff --git a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
index 599768f3e5b0e7e58b3ffd6d8f53ffc7d44fbac3..edc5630679afbcbcd3d70dc9ddcc6a3417d053b7 100644
--- a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
+++ b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
@@ -57,7 +57,7 @@ class ExclusiveAccessController : public ExclusiveAccessContext,
// ExclusiveAccessContext:
Profile* GetProfile() override;
bool IsFullscreen() const override;
- void UpdateFullscreenWithToolbar(bool with_toolbar) override;
+ void UpdateUIForTabFullscreen(bool is_tab_fullscreen) override;
void UpdateFullscreenToolbar() override;
void EnterFullscreen(const GURL& url,
ExclusiveAccessBubbleType type) override;

Powered by Google App Engine
This is Rietveld 408576698