Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7143)

Unified Diff: chrome/browser/ui/extensions/shell_window.h

Issue 10534079: Add support for managing active state of platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed redundant GetNativeWindow() decl in BrowserWindow Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698