| Index: chrome/common/service_process_util_win.cc
|
| diff --git a/chrome/common/service_process_util_win.cc b/chrome/common/service_process_util_win.cc
|
| index ca26b2790a656a7fb081beb6742279e4e9dc36ed..1050f1e1a1c29ed036412724bd3030a18019ce89 100644
|
| --- a/chrome/common/service_process_util_win.cc
|
| +++ b/chrome/common/service_process_util_win.cc
|
| @@ -73,6 +73,11 @@ class ServiceProcessShutdownMonitor
|
|
|
| } // namespace
|
|
|
| +// Gets the name of the service process IPC channel.
|
| +IPC::ChannelHandle GetServiceProcessChannel() {
|
| + return GetServiceProcessScopedVersionedName("_service_ipc");
|
| +}
|
| +
|
| bool ForceServiceProcessShutdown(const std::string& version,
|
| base::ProcessId process_id) {
|
| base::win::ScopedHandle shutdown_event;
|
|
|