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

Unified Diff: chrome/common/service_process_util.cc

Issue 2769023004: Cloud Print process type: service -> cloud-print-service (Closed)
Patch Set: . Created 3 years, 9 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/chrome_switches.cc ('k') | chrome/common/service_process_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/service_process_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698