| 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;
|
|
|