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

Unified Diff: chrome/common/service_process_util.h

Issue 347953002: Use the same set of switches for service process autorun and for launching process from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fri 06/20/2014 2:04:49.68 Created 6 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 | « chrome/common/DEPS ('k') | chrome/common/service_process_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util.h
diff --git a/chrome/common/service_process_util.h b/chrome/common/service_process_util.h
index fb18a471a1ed8f21940fe00dfca255aa1816574d..9c759d74ce5e462c505c0376caa929dc542d0a65 100644
--- a/chrome/common/service_process_util.h
+++ b/chrome/common/service_process_util.h
@@ -74,6 +74,9 @@ bool GetServiceProcessData(std::string* version, base::ProcessId* pid);
bool ForceServiceProcessShutdown(const std::string& version,
base::ProcessId process_id);
+// Creates command-line to run the service process.
+scoped_ptr<base::CommandLine> CreateServiceProcessCommandLine();
+
// This is a class that is used by the service process to signal events and
// share data with external clients. This class lives in this file because the
// internal data structures and mechanisms used by the utility methods above
@@ -129,10 +132,6 @@ class ServiceProcessState {
// Tear down the platform specific state.
void TearDownState();
- // Initializes the command-line that can be used to autorun the service
- // process.
- void CreateAutoRunCommandLine();
-
// An opaque object that maintains state. The actual definition of this is
// platform dependent.
struct StateData;
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/service_process_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698