| 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 36fc41baff6d2fda9dc71544abd942d7d2551202..00a1e08967309aefab7367566b4496a0c7ae3f8b 100644 | 
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_context.h | 
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.h | 
| @@ -28,14 +28,15 @@ class ExclusiveAccessContext { | 
| // fullscreen. | 
| virtual bool IsFullscreen() const = 0; | 
|  | 
| -  // Returns true if fullscreen with toolbar is supported. | 
| -  virtual bool SupportsFullscreenWithToolbar() const; | 
| - | 
| // Shows or hides the tab strip, toolbar and bookmark bar with in browser | 
| // fullscreen. | 
| // 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. | 
| +  virtual void ToggleFullscreenToolbar(); | 
| + | 
| // Returns true if the window is fullscreen with additional UI elements. See | 
| // EnterFullscreen |with_toolbar|. | 
| virtual bool IsFullscreenWithToolbar() const = 0; | 
|  |