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

Unified Diff: chrome/views/window.cc

Issue 18248: CommandLine API rework (Closed)
Patch Set: fixes Created 11 years, 11 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 | « chrome/tools/test/image_diff/image_diff.cc ('k') | net/disk_cache/stress_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chrome/tools/test/image_diff/image_diff.cc ('k') | net/disk_cache/stress_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698