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

Unified Diff: trunk/src/apps/shell_window.h

Issue 22356002: Revert 215745 "Fix crash when reloading packaged app. " (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | trunk/src/apps/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/apps/shell_window.h
===================================================================
--- trunk/src/apps/shell_window.h (revision 215781)
+++ trunk/src/apps/shell_window.h (working copy)
@@ -181,6 +181,7 @@
ShellWindowContents* shell_window_contents,
const CreateParams& params);
+
const std::string& window_key() const { return window_key_; }
const SessionID& session_id() const { return session_id_; }
const extensions::Extension* extension() const { return extension_; }
@@ -298,11 +299,6 @@
virtual bool IsWebContentsVisible(
content::WebContents* web_contents) OVERRIDE;
- // 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();
-
// Helper method to add a message to the renderer's DevTools console.
void AddMessageToDevToolsConsole(content::ConsoleMessageLevel level,
const std::string& message);
« no previous file with comments | « no previous file | trunk/src/apps/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698