| 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 63f10be9b98ab61073439ce8992e0e5a2a20bd31..6aedf486f5b3afa19f6fbceb6a87b930e7814a60 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
|
|
|