Chromium Code Reviews| Index: chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h |
| diff --git a/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h b/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h |
| index cb95897aa6eb2f095b8e998434283739080e9f6e..a582ef260bb1646b8a7995e60bfd2573e4ae2219 100644 |
| --- a/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h |
| +++ b/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h |
| @@ -108,7 +108,7 @@ enum class FullscreenToolbarStyle { |
| // Updates the toolbar style. If the style has changed, then the toolbar will |
| // relayout. |
| -- (void)updateToolbarStyle; |
| +- (void)updateToolbarStyle:(BOOL)isExitingTabFullscreen; |
|
Avi (use Gerrit)
2016/11/11 20:45:53
The parameter needs a meaning to the left of the c
spqchan
2016/11/11 22:22:14
Done.
|
| // Updates the toolbar by updating the layout, menubar and dock. |
| - (void)updateToolbar; |