| Index: chrome/browser/ui/extensions/native_app_window.h
|
| diff --git a/chrome/browser/ui/extensions/native_app_window.h b/chrome/browser/ui/extensions/native_app_window.h
|
| index 811f4ed489d6d756a8404a02aaef2f86fb970533..447a9e026ce96b98f9a83fac3c9df93bf20a33ee 100644
|
| --- a/chrome/browser/ui/extensions/native_app_window.h
|
| +++ b/chrome/browser/ui/extensions/native_app_window.h
|
| @@ -26,6 +26,9 @@ class NativeAppWindow : public BaseWindow, public WebContentsModalDialogHost {
|
| virtual void SetFullscreen(bool fullscreen) = 0;
|
| virtual bool IsFullscreenOrPending() const = 0;
|
|
|
| + // Returns true if the window is a panel that has been detached.
|
| + virtual bool IsDetached() const = 0;
|
| +
|
| // Called when the icon of the window changes.
|
| virtual void UpdateWindowIcon() = 0;
|
|
|
|
|