| Index: chrome/browser/process_singleton.h
|
| diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
|
| index 203a1625453822e826e3e77be7a62b453b5d38f8..6a179e9057bb5d97ff6e3a03841038206f72bbd6 100644
|
| --- a/chrome/browser/process_singleton.h
|
| +++ b/chrome/browser/process_singleton.h
|
| @@ -171,6 +171,7 @@ class ProcessSingleton : public base::NonThreadSafe {
|
| HWND remote_window_; // The HWND_MESSAGE of another browser.
|
| HWND window_; // The HWND_MESSAGE window.
|
| bool is_virtualized_; // Stuck inside Microsoft Softricity VM environment.
|
| + HANDLE lock_file_;
|
| #elif defined(OS_LINUX) || defined(OS_OPENBSD)
|
| // Return true if the given pid is one of our child processes.
|
| // Assumes that the current pid is the root of all pids of the current
|
|
|