Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 00f644074f9a84ccbdbb0e5203827f63393130ce..ece6b8a29156dca0f2fc9693b870d12d158812c9 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -839,6 +839,8 @@ class Browser : public TabHandlerDelegate, |
| bool is_app() const; |
| bool is_devtools() const; |
| + bool is_fullscreen_for_tab() const { return !!fullscreened_tab_; } |
|
Nico
2011/09/15 04:37:32
`return fullscreened_tab_ != NULL;` please
Also,
jeremya
2011/09/15 06:33:28
Done.
|
| + |
| protected: |
| // Wrapper for the factory method in BrowserWindow. This allows subclasses to |
| // set their own window. |