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

Unified Diff: ui/views/mus/window_manager_connection.cc

Issue 1801133002: Restructure login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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
« mojo/shell/shell.h ('K') | « mojo/shell/shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index a7841fd470089b3379137d2c534d65dbe29a82f2..7176231b19f3a7410d467f9bebd9151bafcedaf9 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -39,7 +39,7 @@ void WindowManagerConnection::Create(mojo::Connector* connector) {
// static
WindowManagerConnection* WindowManagerConnection::Get() {
WindowManagerConnection* connection = lazy_tls_ptr.Pointer()->Get();
- DCHECK(connection);
+// DCHECK(connection);
sky 2016/03/16 15:24:01 Did you intend to comment this out?
return connection;
}
« mojo/shell/shell.h ('K') | « mojo/shell/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698