| Index: chrome/common/service_process_util.h
|
| diff --git a/chrome/common/service_process_util.h b/chrome/common/service_process_util.h
|
| index 9c759d74ce5e462c505c0376caa929dc542d0a65..2efaab4c2d7fa9f26aceb5b8c8b6a758727772e6 100644
|
| --- a/chrome/common/service_process_util.h
|
| +++ b/chrome/common/service_process_util.h
|
| @@ -32,11 +32,11 @@ class MessageLoopProxy;
|
| // Return the IPC channel to connect to the service process.
|
| IPC::ChannelHandle GetServiceProcessChannel();
|
|
|
| -#if !defined(OS_MACOSX)
|
| // Return a name that is scoped to this instance of the service process. We
|
| // use the user-data-dir as a scoping prefix.
|
| std::string GetServiceProcessScopedName(const std::string& append_str);
|
|
|
| +#if !defined(OS_MACOSX)
|
| // Return a name that is scoped to this instance of the service process. We
|
| // use the user-data-dir and the version as a scoping prefix.
|
| std::string GetServiceProcessScopedVersionedName(const std::string& append_str);
|
|
|