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

Unified Diff: content/browser/child_process_launcher_helper.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/child_process_launcher.cc ('k') | content/browser/child_process_launcher_helper_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/browser/child_process_launcher_helper_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698