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

Unified Diff: mojo/services/log/cpp/log_client.h

Issue 1995853002: Remove ApplicationRunner::{Get,Set}DefaultLogger(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh Created 4 years, 7 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 | « mojo/public/cpp/application/lib/application_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/log/cpp/log_client.h
diff --git a/mojo/services/log/cpp/log_client.h b/mojo/services/log/cpp/log_client.h
index fa860b1a125f3bc33748675f21f52d194394e583..3639307caa4100ea739f373be4c3498077bde202 100644
--- a/mojo/services/log/cpp/log_client.h
+++ b/mojo/services/log/cpp/log_client.h
@@ -14,8 +14,8 @@
// LogPtr log;
// app->ConnectToService("mojo:log", &log);
// mojo::log::InitializeLogger(std::move(log),
-// ApplicationRunner::GetDefaultLogger());
-// mojo::ApplicationRunner::SetDefaultLogger(mojo::log::GetLogger());
+// mojo::Environment::GetDefaultLogger());
+// mojo::Environment::SetDefaultLogger(mojo::log::GetLogger());
// }
//
// void Quit() {
« no previous file with comments | « mojo/public/cpp/application/lib/application_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698