| Index: extensions/browser/mojo/keep_alive_impl.h
|
| diff --git a/extensions/browser/mojo/keep_alive_impl.h b/extensions/browser/mojo/keep_alive_impl.h
|
| index 4d5deb7f0fff6fe5a99efbe4a1e739ce115ef138..8bf5373e788062702b4a4383ef395ab4775401d8 100644
|
| --- a/extensions/browser/mojo/keep_alive_impl.h
|
| +++ b/extensions/browser/mojo/keep_alive_impl.h
|
| @@ -11,6 +11,7 @@
|
| #include "extensions/browser/extension_registry_observer.h"
|
| #include "extensions/common/mojo/keep_alive.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| +#include "services/service_manager/public/cpp/bind_source_info.h"
|
|
|
| namespace content {
|
| class BrowserContext;
|
| @@ -27,6 +28,7 @@ class KeepAliveImpl : public KeepAlive, public ExtensionRegistryObserver {
|
| // |request|. When the requester closes its pipe, the keep alive ends.
|
| static void Create(content::BrowserContext* context,
|
| const Extension* extension,
|
| + const service_manager::BindSourceInfo& source_info,
|
| KeepAliveRequest request);
|
|
|
| private:
|
|
|