| 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..b5828d0814bfdb9358b554473c61b98b7ddc2998 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,
 | 
| +      catalog::RequiredFileMap required_files);
 | 
| +
 | 
|   private:
 | 
|    friend class base::RefCountedThreadSafe<ChildProcessLauncherHelper>;
 | 
|  
 | 
| 
 |