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

Unified Diff: services/shell/runner/common/client_util.h

Issue 2019973002: [mojo-edk] Bind a child token to child launches and port reservations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « mojo/edk/test/multiprocess_test_helper.cc ('k') | services/shell/runner/common/client_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/common/client_util.h
diff --git a/services/shell/runner/common/client_util.h b/services/shell/runner/common/client_util.h
index d1ff4ff3be879519a20d4a16eb669bb823607a04..fc2c49637a15897ff2b86bf463b259d737743e0a 100644
--- a/services/shell/runner/common/client_util.h
+++ b/services/shell/runner/common/client_util.h
@@ -5,6 +5,8 @@
#ifndef SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
#define SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
+#include <string>
+
#include "services/shell/public/interfaces/shell_client.mojom.h"
namespace base {
@@ -18,7 +20,7 @@ namespace shell {
// extract a ShellClientRequest from this by calling
// GetShellClientRequestFromCommandLine().
mojom::ShellClientPtr PassShellClientRequestOnCommandLine(
- base::CommandLine* command_line);
+ base::CommandLine* command_line, const std::string& child_token);
// Extracts a ShellClientRequest from the command line of the current process.
// The parent of this process should have passed a request using
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper.cc ('k') | services/shell/runner/common/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698