| Index: chrome/common/service_process_util.cc
|
| diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc
|
| index 715ad0c197371967412d2f71cd38cbc071106701..0db6a08a84ed3e9dfb13b2e377f9832ce834a935 100644
|
| --- a/chrome/common/service_process_util.cc
|
| +++ b/chrome/common/service_process_util.cc
|
| @@ -162,7 +162,7 @@ std::unique_ptr<base::CommandLine> CreateServiceProcessCommandLine() {
|
| std::unique_ptr<base::CommandLine> command_line(
|
| new base::CommandLine(exe_path));
|
| command_line->AppendSwitchASCII(switches::kProcessType,
|
| - switches::kServiceProcess);
|
| + switches::kCloudPrintServiceProcess);
|
|
|
| #if defined(OS_WIN)
|
| command_line->AppendArg(switches::kPrefetchArgumentOther);
|
|
|