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

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

Issue 1681463003: Preference for Presentation Mode/Fullscreen Toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.h b/chrome/browser/ui/exclusive_access/exclusive_access_context.h
index 33794c52cdfc54389e13c8d97d19d9f992f91c09..00583fda2ea593c1ca14f2404c457b8e9e962b8f 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_context.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.h
@@ -37,8 +37,8 @@ class ExclusiveAccessContext {
// Currently only supported on Mac.
virtual void UpdateFullscreenWithToolbar(bool with_toolbar);
- // Toggles the toolbar state to be hidden or shown in fullscreen.
- // Currently only supported on Mac.
+ // Toggles the toolbar state to be hidden or shown in fullscreen. Updates
+ // the preference accordingly. Only supported on Mac.
virtual void ToggleFullscreenToolbar();
// Returns true if the window is fullscreen with additional UI elements. See

Powered by Google App Engine
This is Rietveld 408576698