Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: content/browser/child_process_launcher.h

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/child_process_launcher.h
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
index 0ff1baa9eb04c0170d7d9f5e2eb97bad3dfb16bb..d145a9bd15e4bf6a8b548a59488e23d5ed86ee7f 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -126,6 +126,12 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
// previous client.
Client* ReplaceClientForTest(Client* client);
+ // Sets the files that should be mapped when a new child process is created
+ // for the service |service_name|.
+ static void SetRegisteredFilesForService(
+ const std::string& service_name,
+ catalog::RequiredFileMap required_files);
+
private:
friend class internal::ChildProcessLauncherHelper;
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698