| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index 20c85c819ea3715346cd9ad650d5201e2ebb4af3..6b38fefd91e620407ee78629995ddccb12bb600d 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -77,6 +77,10 @@ class ShellWindow : public content::NotificationObserver,
|
| virtual void SetFullscreen(bool fullscreen) {}
|
| virtual bool IsFullscreenOrPending() const;
|
|
|
| + // Call to notify ShellRegistry and delete the window.
|
| + void OnNativeClose();
|
| +
|
| +
|
| private:
|
| // PlatformAppBrowserTest needs access to web_contents()
|
| friend class PlatformAppBrowserTest;
|
|
|