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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.cc

Issue 785353003: Update cloud_print and chrome/service to use the new version of LaunchProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chrome/service/cloud_print/cloud_print_proxy.cc
diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc
index f37ec1f3dae96ec0cb7c290ff99684d68bc964af..812e82429594728f9e00fef25a21dbf6a4aa1804 100644
--- a/chrome/service/cloud_print/cloud_print_proxy.cc
+++ b/chrome/service/cloud_print/cloud_print_proxy.cc
@@ -50,7 +50,7 @@ void LaunchBrowserProcessWithSwitch(const std::string& switch_string) {
#if defined(OS_WIN)
launch_options.force_breakaway_from_job_ = true;
#endif // OS_WIN
- base::LaunchProcess(cmd_line, launch_options, NULL);
+ base::LaunchProcess(cmd_line, launch_options);
#endif
}

Powered by Google App Engine
This is Rietveld 408576698