| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 6a17aa027db825eb4f990086f11dfefa2ee8b833..fe7792ba53d05daaa2bb70ec9ae437ce940c3146 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -126,6 +126,10 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
|
| // previous client.
|
| Client* ReplaceClientForTest(Client* client);
|
|
|
| + static void SetRegisteredFilesForService(
|
| + const std::string& service_name,
|
| + std::unique_ptr<catalog::RequiredFileMap> required_files);
|
| +
|
| private:
|
| friend class internal::ChildProcessLauncherHelper;
|
|
|
|
|