Remove the need for ProcessSingletonStartupLock

This commit is contained in:
Cheng Zhao 2015-10-22 17:12:09 +08:00
parent 70e74d05e0
commit afc1fff792
5 changed files with 16 additions and 132 deletions

View file

@ -11,7 +11,6 @@
#include "atom/browser/browser_observer.h"
#include "atom/common/native_mate_converters/callback.h"
#include "chrome/browser/process_singleton.h"
#include "chrome/browser/process_singleton_startup_lock.h"
#include "content/public/browser/gpu_data_manager_observer.h"
#include "native_mate/handle.h"
@ -77,7 +76,6 @@ class App : public mate::EventEmitter,
v8::Global<v8::Value> default_session_;
scoped_ptr<ProcessSingleton> process_singleton_;
scoped_ptr<ProcessSingletonStartupLock> process_singleton_startup_lock_;
DISALLOW_COPY_AND_ASSIGN(App);
};