diff options
Diffstat (limited to 'chrome/browser/process_singleton_mac.cc')
-rw-r--r-- | chrome/browser/process_singleton_mac.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton_mac.cc b/chrome/browser/process_singleton_mac.cc index 23d317c..b6d2498 100644 --- a/chrome/browser/process_singleton_mac.cc +++ b/chrome/browser/process_singleton_mac.cc @@ -19,7 +19,9 @@ // and, once again, the Launch Services system. We have no need to manage this // ourselves. -ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir) { +ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir) + : locked_(false), + foreground_window_(NULL) { // This space intentionally left blank. } |