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

Unified Diff: content/browser/child_process_launcher.h

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Synced + addressed comment from @rockot 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
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;

Powered by Google App Engine
This is Rietveld 408576698