Index: chrome/service/service_utility_process_host.cc |
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc |
index 6b2bdbbb430c10e31b022db52e3fd48d14b0cddd..9ec9dc574c4e10ba1a58b261043a3f67dd8eb03b 100644 |
--- a/chrome/service/service_utility_process_host.cc |
+++ b/chrome/service/service_utility_process_host.cc |
@@ -102,6 +102,10 @@ FilePath ServiceUtilityProcessHost::GetUtilityProcessCmd() { |
return GetChildPath(true); |
} |
+bool ServiceUtilityProcessHost::CanShutdown() { |
+ return true; |
+} |
+ |
void ServiceUtilityProcessHost::OnChildDied() { |
if (waiting_for_reply_) { |
// If we are yet to receive a reply then notify the client that the |