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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « services/shell/runner/common/BUILD.gn ('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
deleted file mode 100644
index 04ad29d3f265ea59f04a451031fad638994ae8dc..0000000000000000000000000000000000000000
--- a/services/shell/runner/common/client_util.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
-#define SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
-
-#include <string>
-
-#include "services/shell/public/interfaces/service.mojom.h"
-
-namespace base {
-class CommandLine;
-}
-
-namespace shell {
-
-// Creates a new Service pipe and returns one end of it. The other end is
-// passed via a token in |command_line|. A child of the calling process may
-// extract a ServiceRequest from this by calling
-// GetServiceRequestFromCommandLine().
-mojom::ServicePtr PassServiceRequestOnCommandLine(
- base::CommandLine* command_line, const std::string& child_token);
-
-// Extracts a ServiceRequest from the command line of the current process.
-// The parent of this process should have passed a request using
-// PassServiceRequestOnCommandLine().
-mojom::ServiceRequest GetServiceRequestFromCommandLine();
-
-// Returns true if the ServiceRequest came via the command line from a shell
-// instance in another process.
-bool ShellIsRemote();
-
-} // namespace shell
-
-#endif // SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
« no previous file with comments | « services/shell/runner/common/BUILD.gn ('k') | services/shell/runner/common/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698