| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 0a5413b2d48f34260a265a82d62599ab571453db..e80d1aedceb6268ad183d45cb7a3a91baf5dbd9c 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -864,6 +864,9 @@ class Browser : public TabHandlerDelegate,
|
| bool is_app() const;
|
| bool is_devtools() const;
|
|
|
| + // Will return NULL if this is not a browser for a platform app.
|
| + const Extension* GetPlatformApp() const;
|
| +
|
| // True when the current tab is in fullscreen mode, requested by
|
| // webkitRequestFullScreen.
|
| bool IsFullscreenForTab() const;
|
|
|