Chromium Code Reviews| Index: chrome/browser/cocoa/tab_window_controller.h |
| =================================================================== |
| --- chrome/browser/cocoa/tab_window_controller.h (revision 19669) |
| +++ chrome/browser/cocoa/tab_window_controller.h (working copy) |
| @@ -86,6 +86,12 @@ |
| // The title of the selected tab. |
| - (NSString*)selectedTabTitle; |
| +// Called to check if we are a normal window (e.g. not a pop-up) and |
| +// want normal behavior (e.g. a tab strip). Return YES if so. The |
| +// default implementation returns YES. |
| +- (BOOL)isNormalWindow; |
|
pink (ping after 24hrs)
2009/07/01 12:53:00
javascript has a full set of window chrome flags t
John Grabowski
2009/07/02 20:28:25
The answer is both. POPUP windows (not normal) on
|
| + |
| + |
| @end |
| @interface TabWindowController(ProtectedMethods) |