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

Unified Diff: services/log/log_impl.h

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « services/keyboard/linux/main.cc ('k') | services/log/log_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/log/log_impl.h
diff --git a/services/log/log_impl.h b/services/log/log_impl.h
index 6a94ef29d9e3b519408d3abdb61cb361e35741c8..7d92ef210d2a2df0761c8c9ea00e59d19d98c4c5 100644
--- a/services/log/log_impl.h
+++ b/services/log/log_impl.h
@@ -16,7 +16,7 @@
namespace mojo {
-class ApplicationConnection;
+struct ConnectionContext;
namespace log {
@@ -34,7 +34,7 @@ class LogImpl : public Log {
// Note that |print_log_message_function| may be called many times, for the
// lifetime of the created object.
- static void Create(ApplicationConnection* connection,
+ static void Create(const ConnectionContext& connection_context,
InterfaceRequest<Log> request,
PrintLogMessageFunction print_log_message_function);
« no previous file with comments | « services/keyboard/linux/main.cc ('k') | services/log/log_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698