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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_context.cc

Issue 2089323002: Refactored FullscreenController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for thakis 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/exclusive_access/exclusive_access_context.cc
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.cc b/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
index 3e98dfee1b84307d9a409b9472156ab87bf704f3..6add97cd5af4578186a5f7048978b044f09add2a 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
@@ -10,7 +10,8 @@
// This file provides default implementations for the ExclusiveAccessContext
// methods that only some platforms care about.
-void ExclusiveAccessContext::UpdateFullscreenWithToolbar(bool with_toolbar) {
+void ExclusiveAccessContext::UpdateUIForTabFullscreen(
+ TabFullscreenState state) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698