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

Unified Diff: chrome/app/main_dll_loader_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/chrome_main_delegate.cc ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/main_dll_loader_win.cc
diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
index 1a442d927c8e7cf8e39a93eb908cb26efd34fa22..589e62d98c47ef406084b6479fad2e09a02c6bfa 100644
--- a/chrome/app/main_dll_loader_win.cc
+++ b/chrome/app/main_dll_loader_win.cc
@@ -69,7 +69,8 @@ void ClearDidRun(const base::FilePath& dll_path) {
}
bool ProcessTypeUsesMainDll(const std::string& process_type) {
- return process_type.empty() || process_type == switches::kServiceProcess;
+ return process_type.empty() ||
+ process_type == switches::kCloudPrintServiceProcess;
}
// Indicates whether a file can be opened using the same flags that
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698