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

Unified Diff: mojo/application_manager/application_manager.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/BUILD.gn ('k') | mojo/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/application_manager.h
diff --git a/mojo/application_manager/application_manager.h b/mojo/application_manager/application_manager.h
index 940aa30044d7dbbf63ba204b406855342bf3f61f..af74d8b7c068e400734ebf2546fb066298a16fdd 100644
--- a/mojo/application_manager/application_manager.h
+++ b/mojo/application_manager/application_manager.h
@@ -23,7 +23,7 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
class MOJO_APPLICATION_MANAGER_EXPORT Delegate {
public:
virtual ~Delegate();
- // Send when the Applicaiton holding the handle on the other end of the
+ // Send when the Application holding the handle on the other end of the
// Shell pipe goes away.
virtual void OnApplicationError(const GURL& url) = 0;
};
@@ -80,6 +80,9 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
const GURL& application_url,
const std::string& interface_name);
+ void RegisterExternalApplication(const GURL& application_url,
+ ScopedMessagePipeHandle shell);
+
void set_delegate(Delegate* delegate) { delegate_ = delegate; }
// Sets the default Loader to be used if not overridden by SetLoaderForURL()
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698