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

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

Issue 12207155: Revert 182194 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
===================================================================
--- 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;
« no previous file with comments | « chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698