diff options
Diffstat (limited to 'chrome/browser/ui/exclusive_access/exclusive_access_context.h')
-rw-r--r-- | chrome/browser/ui/exclusive_access/exclusive_access_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.h b/chrome/browser/ui/exclusive_access/exclusive_access_context.h index 63f10be9..6aedf486 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 |