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

Unified Diff: mojo/shell/context.h

Issue 522443003: Accept inbound connections on unix domain socket (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bug407782
Patch Set: Deleted extra curly brace, which was closing a namespace too early Created 6 years, 3 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/shell/BUILD.gn ('k') | mojo/shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/context.h
diff --git a/mojo/shell/context.h b/mojo/shell/context.h
index c191e8c90b581f761cb2da292154a4cb64478f88..c49b68cb18918681c1d3852376b94201412a0f48 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -22,6 +22,7 @@ class Spy;
namespace shell {
class DynamicApplicationLoader;
+class ExternalApplicationListener;
// The "global" context for the shell's main process.
class Context : ApplicationManager::Delegate {
@@ -53,6 +54,7 @@ class Context : ApplicationManager::Delegate {
std::set<GURL> app_urls_;
scoped_ptr<TaskRunners> task_runners_;
+ scoped_ptr<ExternalApplicationListener> listener_;
ApplicationManager application_manager_;
MojoURLResolver mojo_url_resolver_;
scoped_ptr<Spy> spy_;
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698