Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 58f39a20fc26e1bb51a355c878fc908a47f16279..3ccd90fdddf14d9bc50fe08b6bfdb12149c523f1 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -863,6 +863,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; |