Index: chrome/browser/ui/extensions/shell_window.h |
=================================================================== |
--- chrome/browser/ui/extensions/shell_window.h (revision 182229) |
+++ chrome/browser/ui/extensions/shell_window.h (working copy) |
@@ -133,11 +133,6 @@ |
// per platform). Public users of ShellWindow should use ShellWindow::Create. |
void Init(const GURL& url, const CreateParams& params); |
- // Remove the window from the ShellWindowRegistry and tell the native |
- // window to close. The native window won't be actually closed until |
- // OnNativeClose(). |
- void Close(); |
- |
// content::WebContentsObserver implementation. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |