| 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
|
|
|