Index: chrome/views/window.cc |
diff --git a/chrome/views/window.cc b/chrome/views/window.cc |
index 1a3ad568615f6e4ab3f4615322e2d715ef665699..dbc55ed54403b7a33a5599bb1de82115be1d07fb 100644 |
--- a/chrome/views/window.cc |
+++ b/chrome/views/window.cc |
@@ -237,7 +237,7 @@ void Window::Observe(NotificationType type, |
// This window is closed when the last app window is closed. |
DCHECK(type == NOTIFY_ALL_APPWINDOWS_CLOSED); |
// Only registered as an observer when we're not an app window. |
- DCHECK(!IsAppWindow()); |
+ // XXX DCHECK(!IsAppWindow()); |
Close(); |
} |