Chromium Code Reviews| Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
| diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
| index 1f29a77c0cc584fed55edfcf695c1448daf1629a..35361ac01b6eef3d59d5bd610222529ede30a29b 100644 |
| --- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
| +++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h |
| @@ -74,6 +74,11 @@ class ShellWindowCocoa : public ShellWindow { |
| NSWindow* window() const; |
| + void InstallView(); |
| + void UninstallView(); |
| + |
| + bool has_frame_; |
| + |
| bool is_fullscreen_; |
| NSRect restored_bounds_; |