| 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 6aedf486f5b3afa19f6fbceb6a87b930e7814a60..71838ad91d5241d378f69eff3dd5bb28a49330cd 100644
|
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_context.h
|
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.h
|
| @@ -37,9 +37,9 @@ class ExclusiveAccessContext {
|
| // Currently only supported on Mac.
|
| virtual void UpdateFullscreenWithToolbar(bool with_toolbar);
|
|
|
| - // Toggles the toolbar state to be hidden or shown in fullscreen. Updates
|
| - // the preference accordingly. Only supported on Mac.
|
| - virtual void ToggleFullscreenToolbar();
|
| + // Updates the toolbar state to be hidden or shown in fullscreen according to
|
| + // the preference's state. Only supported on Mac.
|
| + virtual void UpdateFullscreenToolbar();
|
|
|
| // Returns true if the window is fullscreen with additional UI elements. See
|
| // EnterFullscreen |with_toolbar|.
|
|
|