Chromium Code Reviews| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h |
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
| index 71a81ae04df2b056ed0050f796092f5fcbfcce39..9a1e2021a15d294605bdc66c91cc7db4a2ec7776 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
| @@ -76,6 +76,9 @@ class WebContents; |
| // hidden while a permissions bubble is visible.) |
| - (void)permissionBubbleWindowWillClose:(NSNotification*)notification; |
| +- (void)showToolbar:(NSNotification*)notification; |
|
tapted
2015/09/08 05:55:05
all objc methods in .h files need comments, per go
dominickn
2015/10/09 06:37:02
Done.
|
| +- (void)hideToolbar:(NSNotification*)notification; |
| + |
| // Enter or exit fullscreen without using Cocoa's System Fullscreen API. These |
| // methods are internal implementations of |-setFullscreen:|. |
| - (void)enterImmersiveFullscreen; |