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

Unified Diff: chrome/service/service_main.cc

Issue 1242873004: Delete redundant call to ServiceProcess::Teardown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_main.cc
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
index bc4f6ea40e8fa4f50ae86a32d6f5b7e7b8ba00e5..03b0bcb82019488f5fc0805ff76160ac40efd74c 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -42,6 +42,5 @@ int ServiceProcessMain(const content::MainFunctionParams& parameters) {
} else {
LOG(ERROR) << "Service process failed to initialize";
}
- service_process.Teardown();
return 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698