mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Provide a flexible API for app.relaunch
This commit is contained in:
@@ -106,10 +106,11 @@ class App : public AtomBrowserClient::Delegate,
|
||||
const base::FilePath& path);
|
||||
|
||||
void SetDesktopName(const std::string& desktop_name);
|
||||
std::string GetLocale();
|
||||
bool MakeSingleInstance(
|
||||
const ProcessSingleton::NotificationCallback& callback);
|
||||
void ReleaseSingleInstance();
|
||||
std::string GetLocale();
|
||||
bool Relaunch(mate::Arguments* args);
|
||||
|
||||
#if defined(USE_NSS_CERTS)
|
||||
void ImportCertificate(const base::DictionaryValue& options,
|
||||
|
||||
Reference in New Issue
Block a user