| Index: content/browser/mojo/browser_shell_connection.h
|
| diff --git a/content/browser/mojo/browser_shell_connection.h b/content/browser/mojo/browser_shell_connection.h
|
| index 75e58766d33ff5b65350aab45b2e9d31647cb077..4d4500b8df8cddb577336db4b7e3b3b083dffcd3 100644
|
| --- a/content/browser/mojo/browser_shell_connection.h
|
| +++ b/content/browser/mojo/browser_shell_connection.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_piece.h"
|
| #include "content/common/mojo/embedded_application_runner.h"
|
| +#include "content/public/common/mojo_application_info.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "services/shell/public/cpp/connector.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| @@ -53,10 +54,8 @@ class BrowserShellConnection
|
| // |task_runner|'s thread if no instance is running when an incoming
|
| // connection is made to |name|. If |task_runner| is null, the calling thread
|
| // will be used to run the application.
|
| - void AddEmbeddedApplication(
|
| - const base::StringPiece& name,
|
| - const EmbeddedApplicationRunner::FactoryCallback& callback,
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
|
| + void AddEmbeddedApplication(const base::StringPiece& name,
|
| + const MojoApplicationInfo& info);
|
|
|
| // Adds a generic ShellClientRequestHandler for a given application name. This
|
| // will be used to satisfy any incoming calls to CreateShellClient() which
|
|
|