Chromium Code Reviews| Index: chrome/browser/ui/cocoa/browser_window_controller.h |
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
| index 0fbbad76f3ae71d6900879b8f32ab444ddeec47e..d9c754e39b11011c248c3f995509819235a5e6cd 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
| @@ -182,6 +182,8 @@ class Command; |
| // The Extension Command Registry used to determine which keyboard events to |
| // handle. |
| scoped_ptr<ExtensionKeybindingRegistryCocoa> extension_keybinding_registry_; |
| + |
| + BOOL shouldShowToolbar_; |
|
tapted
2015/09/08 05:55:05
needs a comment. Importantly, it needs to explain
dominickn
2015/10/09 06:37:02
Done.
|
| } |
| // A convenience class method which gets the |BrowserWindowController| for a |