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_; |