🎁 Add 'app.releaseSingleInstance()'

This commit is contained in:
Daniel Pham 2016-05-26 14:07:19 -04:00
parent c1272743b9
commit f4c3f0423a
3 changed files with 15 additions and 1 deletions

View file

@ -108,6 +108,7 @@ class App : public AtomBrowserClient::Delegate,
void SetDesktopName(const std::string& desktop_name);
bool MakeSingleInstance(
const ProcessSingleton::NotificationCallback& callback);
void ReleaseSingleInstance();
std::string GetLocale();
#if defined(USE_NSS_CERTS)