Revert "app.makeSingleInstance is not available on OS X"

This reverts commit bcb78ebc00.
This commit is contained in:
Cheng Zhao 2015-10-22 17:03:18 +08:00
parent f9d797d1ea
commit 70e74d05e0
2 changed files with 1 additions and 5 deletions

View file

@ -288,10 +288,6 @@ v8::Local<v8::Value> App::DefaultSession(v8::Isolate* isolate) {
bool App::MakeSingleInstance(
const ProcessSingleton::NotificationCallback& callback) {
#if defined(OS_MACOSX)
LOG(ERROR) << "MakeSingleInstance is not implemnted on OS X";
return false;
#endif
if (process_singleton_.get())
return false;