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

Unified Diff: ui/aura/env.cc

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Undo Screen TLS change, don't use Screen::GetScreen() in Mus. Created 3 years, 6 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: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 0f412fb66ebad12b2c97023f4a5fd08c138670d8..f5f4c524ae3cfffdf977a5ba70d436d9d9dd2549 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -70,7 +70,7 @@ std::unique_ptr<Env> Env::CreateInstance(Mode mode) {
// static
Env* Env::GetInstance() {
Env* env = lazy_tls_ptr.Pointer()->Get();
- DCHECK(env) << "Env::CreateInstance must be called before getting the "
+ DCHECK(env) << "~~Env::CreateInstance must be called before getting the "
sky 2017/06/27 19:58:57 remove ~~?
mfomitchev 2017/07/11 21:47:00 Oops. Done.
"instance of Env.";
return env;
}

Powered by Google App Engine
This is Rietveld 408576698