Chromium Code Reviews| 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( |
|
jam
2017/02/10 00:44:52
nit: document
Jay Civelli
2017/02/13 18:48:25
Done.
|
| + const std::string& service_name, |
| + std::unique_ptr<catalog::RequiredFileMap> required_files); |
| + |
| private: |
| friend class internal::ChildProcessLauncherHelper; |