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

Unified Diff: chrome/common/chrome_paths_win.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/app/main_dll_loader_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths_win.cc
diff --git a/chrome/common/chrome_paths_win.cc b/chrome/common/chrome_paths_win.cc
index 5cc2f12a8a5f3f00eac1c2aebcb822b9b64dd4ee..7c09e7e3e30a7b8b5496494bb3c51c56d15da04b 100644
--- a/chrome/common/chrome_paths_win.cc
+++ b/chrome/common/chrome_paths_win.cc
@@ -113,7 +113,8 @@ bool ProcessNeedsProfileDir(const std::string& process_type) {
// service processes to be able to use the profile directory because if it
// lies on a network share the sandbox will prevent us from accessing it.
- if (process_type.empty() || process_type == switches::kServiceProcess)
+ if (process_type.empty() ||
+ process_type == switches::kCloudPrintServiceProcess)
return true;
#if !defined(DISABLE_NACL)
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698