| Index: content/browser/child_process_launcher_helper.h
|
| diff --git a/content/browser/child_process_launcher_helper.h b/content/browser/child_process_launcher_helper.h
|
| index ead7d44f4936bc5dee5fcdc0d86a7f0b2522fe4d..f7ea474a9ae3c100101190c760ea568304cb2edc 100644
|
| --- a/content/browser/child_process_launcher_helper.h
|
| +++ b/content/browser/child_process_launcher_helper.h
|
| @@ -16,6 +16,7 @@
|
| #include "content/public/common/result_codes.h"
|
| #include "mojo/edk/embedder/embedder.h"
|
| #include "mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "services/catalog/public/cpp/manifest_parsing_util.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "sandbox/win/src/sandbox_types.h"
|
| @@ -155,6 +156,10 @@ class ChildProcessLauncherHelper :
|
| static void SetProcessBackgroundedOnLauncherThread(
|
| base::Process process, bool background);
|
|
|
| + static void SetRegisteredFilesForService(
|
| + const std::string& service_name,
|
| + std::unique_ptr<catalog::RequiredFileMap> required_files);
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<ChildProcessLauncherHelper>;
|
|
|
|
|