| Index: chrome/common/multi_process_lock.h
|
| diff --git a/chrome/common/multi_process_lock.h b/chrome/common/multi_process_lock.h
|
| index 24754f54bdc2de9c70d3a118d2ce7621b9e4a799..1eed44f6f22bba3c824b830cc286d1f581530f92 100644
|
| --- a/chrome/common/multi_process_lock.h
|
| +++ b/chrome/common/multi_process_lock.h
|
| @@ -15,11 +15,6 @@
|
| class MultiProcessLock {
|
| public:
|
|
|
| - // The length of a multi-process lock name is limited on Linux, so
|
| - // it is limited it on all platforms for consistency. This length does
|
| - // not include a terminator.
|
| - static const size_t MULTI_PROCESS_LOCK_NAME_MAX_LEN = 106;
|
| -
|
| // Factory method for creating a multi-process lock.
|
| // |name| is the name of the lock. The name has special meaning on Windows
|
| // where the prefix can determine the namespace of the lock.
|
|
|